Skip to content

Claude desktop getting stuck when trying to use the MCP locally #5

Open
@supmanyu

Description

@supmanyu

I was able to get the development build setup locally, this is my claude_desktop_config.json:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/<username>/Desktop",
        "/Users/<username>/Downloads",
        "/Users/<username>/github/linear-mcp-server"
      ]
    },
    "linear": {
      "command": "node",
      "args": [
        "/Users/<username>/github/linear-mcp-server/build/index.js"
      ],
      "env": {
        "LINEAR_API_KEY": "<redacted-api-key>"
      }
    }
  }
}

However, the chat does not give an output for any prompts, it gets stuck at this screen:

Image

Until eventually i get this error:

Image

Also, the console.log statements inside the source code prevent the MCP server connection to be successful, I had to remove them to get it working, otherwise i was getting an error when starting up claude:
[error] Error in MCP connection to server linear: SyntaxError: Unexpected token 'L', "[Linear API"... is not valid JSON

Any help on this would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions