Notion MCP Alternatives
5 alternatives to Notion MCP — free and paid AI coding tools covering similar jobs, with pricing and standout strengths.
Looking for a Notion MCP alternative? Notion MCP is listed under MCP (freemium). The 5 tools below cover similar jobs, closest matches first — the table compares pricing, license, and platforms so you can shortlist quickly, and each entry further down adds a fuller summary and a link to the full profile.
| Tool | Pricing | License | Platforms | Category |
|---|---|---|---|---|
| Context7 | freemium | MIT | Web, macOS, Windows, Linux | MCP |
| Github MCP Server | open source | MIT | Web, macOS, Windows, Linux | MCP |
| Linear MCP | free | — | Web | MCP |
| Slack MCP Server | open source | MIT | macOS, Windows, Linux | MCP |
| Stripe MCP | free | MIT | Web, macOS, Windows, Linux | MCP |
Free and open-source alternatives to Notion MCP
Notion MCP alternatives in detail
Context7
freemiumMITWeb, macOS, Windows, LinuxMCPContext7 (~62k GitHub stars as of September 2026) resolves a library name to its indexed docs and injects current, version-specific documentation and code examples into the model's context at query time. Two tools — resolve-library-id and query-docs — kill the 'trained on last year's API' failure mode. Hosted at mcp.context7.com or local via npx.
Github MCP Server
open sourceMITWeb, macOS, Windows, LinuxMCPGitHub's official MCP server gives agents the full GitHub surface — repositories, issues, pull requests, Actions, code and secret scanning, Dependabot, discussions, projects — organized into toolsets you can enable selectively, each with a read-only variant. Use the hosted remote at api.githubcopilot.com/mcp with a PAT or OAuth, or run it locally via Docker.
Linear MCP
freeWebMCPLinear's centrally hosted MCP server connects agents to your issue tracker: find, create, and update issues, projects, and comments. One command (claude mcp add --transport http linear-server https://mcp.linear.app/mcp), an OAuth browser flow, and your agent can turn 'fix LIN-123' into reading the actual ticket — and closing it with a comment when the PR is up.
Slack MCP Server
open sourceMITmacOS, Windows, LinuxMCPAnthropic's reference Slack server was archived in 2025; korotovsky/slack-mcp-server (MIT, v1.3+) is the maintained community standard. Seventeen tools: smart history fetch with 1d/7d/30d windows, message and thread search, channel listings, reactions, user-group management, and unread tracking — with message posting disabled by default and enabled per-channel via env vars.
Stripe MCP
freeMITWeb, macOS, Windows, LinuxMCPStripe's official MCP server — hosted at mcp.stripe.com with OAuth, or local via npx @stripe/mcp — lets agents work the Stripe API: create and list customers, products, prices, and invoices, generate payment links, manage subscriptions and refunds, handle disputes, and search Stripe's documentation. Tool availability follows your key's permissions, so a restricted key is the safety mechanism.