Interact with the Stape API using AI assistants like Claude, or in AI-powered IDEs like Cursor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stape-mcp-server": {
"command": "npx",
"args": [
"-y",
"stape-io/stape-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add stape-mcp-server npx -y stape-io/stape-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"stape-mcp-server": {
"command": "npx",
"args": [
"-y",
"stape-io/stape-mcp-server"
]
}
}
}