Mcpgram Server
FreeNot checkedModel Context Protocol server for MCPGRAM that enables MCP clients to interact with connectors like GitHub, Slack, and Notion through stdio or Streamable HTTP t
About
Model Context Protocol server for MCPGRAM that enables MCP clients to interact with connectors like GitHub, Slack, and Notion through stdio or Streamable HTTP transports.
README
Official MCP bridge for MCPGRAM:
- stdio for local MCP clients
- Streamable HTTP at
/mcp(Vercel) - Auth0 as OAuth authorization server for Claude.ai custom connectors
- API key auth still supported (
Bearer mcpg_live_…)
Architecture (Claude)
Claude.ai
→ GET /.well-known/oauth-protected-resource (this server)
→ authorization_servers = Auth0 tenant
→ DCR + login + token (Auth0)
→ POST /mcp Authorization: Bearer <Auth0 JWT>
→ tools/list, tools/call → MCPGRAM API
This deployment is a resource server. It does not host Claude’s login when Auth0 is configured.
Required env (Vercel)
| Variable | Purpose |
|---|---|
MCP_PUBLIC_URL |
Public URL of this app, e.g. https://mcpgram-mcp-server.vercel.app |
AUTH0_DOMAIN |
e.g. your-tenant.us.auth0.com |
AUTH0_AUDIENCE |
Auth0 API identifier, must match resource e.g. https://mcpgram-mcp-server.vercel.app/mcp |
MCPGRAM_OAUTH_API_KEY |
MCPGRAM workspace API key used after Auth0 login |
MCPGRAM_BASE_URL |
MCPGRAM backend (default https://mcpgram.vercel.app) |
Claude.ai setup
- Configure Auth0 (API, DCR, Resource Parameter profile) — see project checklist.
- Set env vars above; redeploy.
- Disable Vercel Deployment Protection for this project.
- Claude → Settings → Connectors → Add custom connector:
- URL:
https://mcpgram-mcp-server.vercel.app/mcp - Leave Client ID / Secret empty (DCR via Auth0).
- URL:
- Complete Auth0 login in the browser.
Local stdio
MCPGRAM_API_KEY=mcpg_live_… npx mcpgram-mcp-server
Health
GET /mcp?health=1 → { ok, auth0: true/false }
Install Mcpgram Server in Claude Desktop, Claude Code & Cursor
unyly install mcpgram-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcpgram-mcp-server -- npx -y github:Aryan418-dev/mcpgram-mcp-serverStep-by-step: how to install Mcpgram Server
FAQ
Is Mcpgram Server MCP free?
Yes, Mcpgram Server MCP is free — one-click install via Unyly at no cost.
Does Mcpgram Server need an API key?
No, Mcpgram Server runs without API keys or environment variables.
Is Mcpgram Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mcpgram Server in Claude Desktop, Claude Code or Cursor?
Open Mcpgram Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Mcpgram Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
