Developer Portfolio MCP Server

Developer Portfolio MCP Server

An MCP server that lets recruiters and AI assistants explore your profile, skills, and projects through natural language.

Category
Visit Server

README

Developer Portfolio MCP Server

An MCP server that lets recruiters and AI assistants explore your profile, skills, and projects through natural language.

Python MCP License: MIT


What is this?

This project is a Model Context Protocol (MCP) server — a standardized bridge between AI assistants (Cursor, Claude Desktop, etc.) and your developer portfolio data.

Instead of sending recruiters a static PDF resume, you give them (or their AI tools) a live MCP server they can query interactively:

  • "What Python projects has this developer built?"
  • "How well does their stack match this job description?"
  • "Generate an interview prep brief for a Senior Engineer role."

Why recruiters care: It demonstrates you understand modern AI tooling, can build production integrations, and think about developer experience.


Quick Start

1. Clone and install

git clone https://github.com/YOUR_USERNAME/developer-portfolio-mcp.git
cd developer-portfolio-mcp
uv sync --extra dev

2. Customize your data

Edit these JSON files with your real information:

File What to update
src/developer_portfolio_mcp/data/profile.json Name, email, GitHub, LinkedIn, summary
src/developer_portfolio_mcp/data/projects.json Your real projects
src/developer_portfolio_mcp/data/skills.json Your actual skills

3. Run the server

uv run developer-portfolio-mcp

4. Connect to Cursor

Copy the example config and update the path:

cp .cursor/mcp.json.example .cursor/mcp.json
# Edit the absolute path in mcp.json to your project directory

Then in Cursor: Settings → MCP — your server should appear. Try asking:

"Use the developer-portfolio MCP to show me this candidate's top projects."


What's Inside

Tools (6) — Actions the AI can perform

Tool Description
get_developer_profile Core profile and availability
list_projects Portfolio projects (filterable by status)
get_project_details Deep dive on one project
search_skills Search skills by keyword/category
get_contact_info Contact links and scheduling info
compare_stack Match job requirements vs. your skills

Resources (3) — Read-only data endpoints

URI Content
profile://resume Full resume in Markdown
profile://skills/{category} Skills by category
projects://list All projects as JSON

Prompts (3) — Reusable AI templates

Prompt Use case
interview_prep Generate role-specific interview prep
recruiter_brief One-page candidate summary
project_pitch Pitch a project to a hiring manager

Project Structure

developer-portfolio-mcp/
├── src/developer_portfolio_mcp/
│   ├── server.py          # MCP server (tools, resources, prompts)
│   ├── loaders.py         # Data loading utilities
│   └── data/              # Your portfolio JSON (customize these!)
│       ├── profile.json
│       ├── projects.json
│       └── skills.json
├── tests/                 # Unit tests
├── docs/
│   └── LEARNING_GUIDE.md  # MCP basics → advanced (start here to learn!)
├── .cursor/mcp.json.example
├── pyproject.toml
└── README.md

Run Tests

uv run pytest -v

Learning MCP

New to MCP? Read docs/LEARNING_GUIDE.md — a structured path from basics to advanced concepts, using this project as your hands-on lab.

Topics covered:

  • What MCP is and why it matters
  • Tools vs Resources vs Prompts
  • Transports (stdio, HTTP)
  • Building your own tools
  • Deploying for recruiters

Push to GitHub

# After customizing your data:
git add .
git commit -m "Add developer portfolio MCP server"
git remote add origin https://github.com/YOUR_USERNAME/developer-portfolio-mcp.git
git push -u origin main

Add this to your resume/LinkedIn:

Built an MCP server exposing developer portfolio data to AI assistants — github.com/YOUR_USERNAME/developer-portfolio-mcp


Tech Stack


License

MIT — use freely, customize for your portfolio, and share with recruiters.

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