Vercel MCP Adapter for Next.js and other frameworks
Vercel MCP Adapter for Next.js and other frameworks
Is it safe?
No known CVEs for mcp-handler. 1 previously resolved.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 10 days ago. 577 GitHub stars. 192,875 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
0 tools. Token cost not measured.
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"mcp-handler": {
"command": "npx",
"args": [
"-y",
"mcp-handler"
]
}
}
}Auto-generated from package name. Add to your client's MCP config file.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y mcp-handler 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
This server is missing description, tools, and install config. If you've used it, help the community by adding this info.
Add informationLast scanned 1h ago
No open vulnerabilities. 1 fixed CVE.
GHSA-w2fm-25vw-vh7fFixedmcp-handler has a tool response leak across concurrent client sessions ('Race Condition')
`mcp-handler` versions prior to 1.1.0 accepted `@modelcontextprotocol/sdk` < 1.26.0 as a peer dependency. That SDK version contains a vulnerability [[CVE-2026-25536](https://nvd.nist.gov/vuln/detail/CVE-2026-25536)] that causes concurrent requests from different clients to share server-side state including authentication context and tool execution results when a `StreamableHTTPServerTransport` instance is reused across requests. **Note:** This is _not_ a vulnerability in `mcp-handler` itself. T
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.