Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"boltmcp-mcp-sdk-express": {
"command": "npx",
"args": [
"-y",
"@boltmcp/mcp-sdk-express"
]
}
}
}
Or smoke-test directly:
npx -y @boltmcp/mcp-sdk-express
Details
| Website | https://www.npmjs.com/package/@boltmcp/mcp-sdk-express |
|---|---|
| GitHub | git+https://github.com/modelcontextprotocol/typescript-sdk.git |
| License | unknown |
| Pricing | free |
| Tags | modelcontextprotocol mcp express middleware |
| Sources | npm |
| Discovered | 2026-05-25 |