Skip to main content
Glama
enjoykumawat

developer-presence-mcp

by enjoykumawat

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

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.txt

2. Create .env

cp .env.example .env
# Fill in your credentials

Get your 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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