Drop-in MCP server for Express with Knowledge Base, OAuth, and additional features.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"express_mcp": {
"command": "npx",
"args": [
"-y",
"brandon-svec/express_mcp"
]
}
}
}
Run in terminal:
claude mcp add express_mcp npx -y brandon-svec/express_mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"express_mcp": {
"command": "npx",
"args": [
"-y",
"brandon-svec/express_mcp"
]
}
}
}