stape-io/stape-mcp-server
by Various
Interact with the Stape API using AI assistants like Claude, or in AI-powered IDEs like Cursor.
MCP
stape-io/stape-mcp-server
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server that lets AI assistants like Claude and AI-powered IDEs like Cursor interact with the Stape API. It acts as a bridge, allowing developers to manage Stape configurations and data through natural language or code prompts.
Best for
Best for
Developers already using Stape who want to control it through AI assistants
Use cases
- Query Stape API resources via an AI chat interface
- Manage Stape server-side tag configurations using natural language
- Automate Stape workflows directly from an IDE like Cursor
How to use
Tools exposed
npxmcp-remote
Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "stape-mcp-server": {\n "command": "npx",\n "args": [\n "-y",\n "mcp-remote",\n "https://mcp.stape.ai/mcp",\n "--header",\n "Authorization: ${your_stape_api_key}"\n ]\n }\n }\n} Notes
A Model Context Protocol (MCP) server that lets AI assistants like Claude and AI-powered IDEs like Cursor interact with the Stape API. It acts as a bridge, allowing developers to manage Stape configurations and data through natural language or code prompts.
13 stars on GitHub. Last updated 2026-03-28. Licensed Apache-2.0.
Use cases
- Query Stape API resources via an AI chat interface
- Manage Stape server-side tag configurations using natural language
- Automate Stape workflows directly from an IDE like Cursor
Pros
- Works with multiple AI assistants and IDEs out of the box
- Simple setup via npx or Docker for quick integration
- Open source with TypeScript type safety
Cons
- Very low community traction (13 stars) implies limited testing and support
- Only works with the Stape API, requiring existing Stape knowledge and credentials
- Functionality is entirely dependent on the capabilities of the Stape API
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Works with multiple AI assistants and IDEs out of the box
- Simple setup via npx or Docker for quick integration
- Open source with TypeScript type safety
Cons
- Very low community traction (13 stars) implies limited testing and support
- Only works with the Stape API, requiring existing Stape knowledge and credentials
- Functionality is entirely dependent on the capabilities of the Stape API
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.