Open
Description
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:

Until eventually i get this error:

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
Labels
No labels