Developer Presence
БесплатноНе проверенEnables querying GitHub repos and stats, and managing DEV.to articles (list, create, update) through natural language.
Описание
Enables querying GitHub repos and stats, and managing DEV.to articles (list, create, update) through natural language.
README
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
Установка Developer Presence
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/enjoykumawat/developer-presence-mcpFAQ
Developer Presence MCP бесплатный?
Да, Developer Presence MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Developer Presence?
Нет, Developer Presence работает без API-ключей и переменных окружения.
Developer Presence — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Developer Presence в Claude Desktop, Claude Code или Cursor?
Открой Developer Presence на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Developer Presence with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
