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 Enterprise 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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