Professional Twin MCP Server

Professional Twin MCP Server

Enables users to interact with professional digital twin data via Claude Desktop, including searching experience, managing contact and scheduling, and generating introductions and project showcases.

Category
Visit Server

README

Professional Twin MCP Server

A Model Context Protocol (MCP) server that provides Claude Desktop with access to professional digital twin data including experience, skills, projects, achievements, and availability information.

Features

🔧 Tools

  • search_professional_data: Semantic search across all professional information
  • get_contact_info: Access contact details and availability status
  • schedule_collaboration: Help schedule meetings and collaborations
  • explain_experience: Get detailed explanations of work experience and projects

📚 Resources

  • profile: Complete professional profile in JSON format
  • skills-matrix: Skills matrix with proficiency levels
  • portfolio: Project portfolio with detailed information

💬 Prompts

  • introduction: Generate context-appropriate professional introductions
  • project-showcase: Create project showcase presentations for different audiences

Installation

  1. Install dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Configure Claude Desktop by adding this to your claude_desktop_config.json:

    {
      "mcpServers": {
        "professional-twin": {
          "command": "node",
          "args": ["/absolute/path/to/professional-twin-mcp/build/index.js"]
        }
      }
    }
    

    Note: Replace /absolute/path/to/professional-twin-mcp/ with the actual absolute path to this project directory.

Configuration File Locations

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Usage Examples

Search Professional Data

Search for "React" experience

Claude will use the search_professional_data tool to find all React-related experience, skills, and projects.

Get Contact Information

What are your contact details and availability?

Claude will use the get_contact_info tool to provide contact information and current availability.

Schedule a Meeting

I'd like to schedule a 1-hour technical consultation about React development

Claude will use the schedule_collaboration tool to help coordinate the meeting.

Project Details

Tell me more about the e-commerce platform project, focusing on technical aspects

Claude will use the explain_experience tool to provide detailed technical information.

Professional Introductions

Generate a formal introduction for an executive meeting

Claude will use the introduction prompt to create an appropriate introduction.

Data Structure

The server contains comprehensive professional data including:

  • Personal Information: Name, title, professional summary
  • Work Experience: Companies, roles, achievements, technologies used
  • Skills: Technical skills with proficiency levels and experience years
  • Projects: Detailed project information with outcomes and links
  • Achievements: Certifications, awards, speaking engagements
  • Availability: Current status, working hours, preferred contact methods
  • Contact Information: Email, phone, social profiles, location

Development

Available Scripts

  • npm run build - Compile TypeScript to JavaScript
  • npm run dev - Watch mode for development
  • npm start - Run the built server
  • npm run clean - Remove build directory

Testing

To test the server locally:

  1. Build the project: npm run build
  2. Run directly: node build/index.js
  3. The server will start and wait for MCP protocol messages on stdin

Customization

To customize the professional data:

  1. Edit the professionalProfile object in src/index.ts
  2. Rebuild the project: npm run build
  3. Restart Claude Desktop to pick up changes

Architecture

This MCP server follows the Model Context Protocol specification and provides:

  • STDIO Transport: Communicates with Claude Desktop via standard input/output
  • Type Safety: Full TypeScript implementation with proper type definitions
  • Modular Design: Separated interfaces and data structures for easy maintenance
  • Error Handling: Proper error responses for invalid requests

Requirements

  • Node.js 18.0.0 or higher
  • TypeScript 5.3.0 or higher
  • Claude Desktop with MCP support

License

MIT License - feel free to use and modify for your own professional digital twin.

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test with Claude Desktop
  5. Submit a pull request

Support

For issues and questions:

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured