Support

How can we help you?

Get answers to all your Stark-related questions with
step-by-step guides from our Support center.

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:

  1. Open the Claude desktop app
  2. Go to Claude > Settings > Developer
  3. Click the Edit Config button
  4. 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"]
        }
      }
    }
  5. Restart the Claude desktop app
  6. 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

  1. Open the command palette using the keyboard shortcut ctrl/cmd + p
  2. In the textbox, search for MCP: Add Server
  3. Choose Command from the options
  4. Provide the following configuration: npx mcp-remote https://stark-mcp.plain-wave-b55c.workers.dev/sse
  5. Type the name Stark and save the config wherever you'd like if asked
  6. Reopen the command palette and type MCP: List Servers
  7. Select Stark and then select Start Server

Have any questions about using Stark's developer tools? Don’t hesitate to reach out to us at support@getstark.co.

Go back to articles