developer-presence-mcp
Allows listing published articles with reaction/view counts, creating and updating articles (draft or publish), and retrieving article statistics including reactions, comments, and page views.
Provides tools for retrieving GitHub profile information, listing public repositories with sorting options, and fetching repository statistics like stars, forks, and open issues.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@developer-presence-mcpShow me my most starred repos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Followers, repos, bio |
| Public repos sorted by updated/stars/forks |
| Stars, forks, watchers, open issues for a repo |
DEV.to
Tool | Description |
| Your published articles with reaction/view counts |
| Draft or publish a new article |
| Edit title, body, or publish state |
| Reactions, comments, page views for an article |
Related MCP server: GitHub MCP Server
Setup
1. Clone and install
git clone https://github.com/enjoykumawat/developer-presence-mcp
cd developer-presence-mcp
pip install -r requirements.txt2. Create .env
cp .env.example .env
# Fill in your credentialsGet your keys:
GitHub token: github.com/settings/tokens → scopes:
repo,userDEV.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.pyClaude 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
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceEnables interaction with GitHub API for repository management, commits, pushes, and pulls through natural language.Last updated5731ISC
- Flicense-qualityBmaintenanceEnables users to interact with GitHub via natural language requests, executing API calls and returning structured responses.Last updated
- Flicense-qualityDmaintenanceEnables natural-language queries about public GitHub repositories, including issues, pull requests, repo metadata, and READMEs, via the GitHub API.Last updated
- Flicense-qualityDmaintenanceEnables natural language queries to search GitHub for trending repositories by topic, summarize project READMEs, and compare multiple repos to uncover ecosystem patterns.Last updated2
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enjoykumawat/developer-presence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server