Turn any @bounded-systems/verbspec verb Registry into an MCP server (official @modelcontextprotocol/sdk).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"verbspec-mcp": {
"command": "npx",
"args": [
"-y",
"bounded-systems/verbspec-mcp"
]
}
}
}
Run in terminal:
claude mcp add verbspec-mcp npx -y bounded-systems/verbspec-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"verbspec-mcp": {
"command": "npx",
"args": [
"-y",
"bounded-systems/verbspec-mcp"
]
}
}
}