developer-presence-mcp
Enables querying GitHub repos and stats, and managing DEV.to articles (list, create, update) through natural language.
README
developer-presence-mcp
An MCP server that connects your GitHub and DEV.to profiles to Claude (or any MCP client). Query your repos, stats, and articles — or create and publish new DEV.to posts — all from a conversation.
Built with FastMCP · Python stdlib only for HTTP · No heavy dependencies.
Tools
GitHub
| Tool | Description |
|---|---|
get_github_profile |
Followers, repos, bio |
list_repos |
Public repos sorted by updated/stars/forks |
get_repo_stats |
Stars, forks, watchers, open issues for a repo |
DEV.to
| Tool | Description |
|---|---|
list_articles |
Your published articles with reaction/view counts |
create_article |
Draft or publish a new article |
update_article |
Edit title, body, or publish state |
get_article_stats |
Reactions, comments, page views for an article |
Setup
1. Clone and install
git clone https://github.com/enjoykumawat/developer-presence-mcp
cd developer-presence-mcp
pip install -r requirements.txt
2. Create .env
cp .env.example .env
# Fill in your credentials
Get your keys:
- GitHub token: github.com/settings/tokens → scopes:
repo,user - DEV.to API key: dev.to/settings/extensions → DEV Community API Keys
3. Run
# Dev mode with MCP Inspector
mcp dev server.py
# Or directly
python server.py
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"developer-presence": {
"command": "python",
"args": ["/path/to/developer-presence-mcp/server.py"],
"env": {
"GITHUB_TOKEN": "your_token",
"GITHUB_USERNAME": "your_username",
"DEV_TO_API": "your_devto_key",
"DEV_USERNAME": "your_devto_username"
}
}
}
}
Example prompts
Once connected to Claude:
"Show me my most starred GitHub repos"
"Draft a DEV.to article about my latest project and publish it"
"How many reactions did my last article get?"
"List my repos sorted by stars"
Author
Built by @enjoykumawat — AI agent tooling contributor, MCP python-sdk contributor.
- DEV.to: @enjoy_kumawat
- GitHub: @enjoykumawat
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.