Using the MCP Server (beta)
Simply and securely access your Stark data in your AI agents
Getting Started
Follow the directions below based on what you're using. After setup, you can simply ask questions about your Stark data such as "What's the status of my projects in Stark?"
Claude
You can simply add Stark's MCP Server to Claude as a new integration:
- Open the Claude desktop app
- Go to
Claude > Settings > Developer
- Click the
Edit Config
button - Paste the following into the
claude_desktop_config.json
file that is shown:
{ "mcpServers": { "stark": { "command": "npx", "args": ["-y", "mcp-remote", "https://stark-mcp.plain-wave-b55c.workers.dev/sse"] } } }
- Restart the Claude desktop app
- View the available functions of the MCP server by clicking the
Search and tools
button below the chat textbox and going to the Stark item.
Cursor
Install directly in Cursor using this link or from the Cursor page using this link.
Visual Studio Code
- Open the command palette using the keyboard shortcut
ctrl/cmd + p
- In the textbox, search for
MCP: Add Server
- Choose Command from the options
- Provide the following configuration:
npx mcp-remote https://stark-mcp.plain-wave-b55c.workers.dev/sse
- Type the name
Stark
and save the config wherever you'd like if asked - Reopen the command palette and type
MCP: List Servers
- Select
Stark
and then selectStart Server
Have any questions about using Stark's developer tools? Don’t hesitate to reach out to us at support@getstark.co.