Skip to content

Commit 00d6571

Browse files
Update claude.mdx
- Removed outdated screenshot - Removed outdated instructions (no more developer tab under settings, edit config file only) - Added clarification for how to add logging in config file
1 parent 3842ab7 commit 00d6571

File tree

1 file changed

+3
-9
lines changed
  • website/src/pages/en/ai-suite/token-api-mcp

1 file changed

+3
-9
lines changed

website/src/pages/en/ai-suite/token-api-mcp/claude.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ sidebarTitle: Claude Desktop
1010
- [`npx`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [`bunx`](https://bun.sh/) installed and available in your path.
1111
- The `@pinax/mcp` package requires Node 18+, as it relies on built-in `fetch()` / `Headers`, which are not available in Node 17 or older. You may need to specify an exact path to an up-to-date Node version, or uninstall previous versions of Node to ensure `@pinax/mcp` uses the correct version.
1212

13-
![Screenshot of Claude Desktop's settings panel showing the MCP server configuration option.](/img/claude-preview-token-api.png)
14-
1513
## Configuration
1614

1715
Create or edit your `claude_desktop_config.json` file.
1816

19-
> **Settings** > **Developer** > **Edit Config**
20-
2117
- OSX: `~/Library/Application Support/Claude/claude_desktop_config.json`
2218
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
2319
- Linux: `.config/Claude/claude_desktop_config.json`
@@ -38,21 +34,19 @@ Create or edit your `claude_desktop_config.json` file.
3834

3935
## Troubleshooting
4036

41-
To enable logs for the MCP, use the `--verbose true` option.
37+
To enable logs for the MCP, add the option `"--verbose": "true"` under "args".
4238

4339
### ENOENT
4440

4541
![Error dialog in Claude Desktop showing 'ENOENT' system error, indicating the npx/bunx command wasn't found in the system path.](/img/claude-ENOENT.png)
4642

4743
Try to use the full path of the command instead:
4844

49-
- Run `which npx` or `which bunx` to get the path of the command.
45+
- Run `which npx` or `which bunx` in the command line interface to get the path of the command.
5046
- Replace `npx` or `bunx` in the configuration file with the full path (e.g. `/home/user/bin/bunx`).
5147

5248
### Server disconnected
5349

5450
![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png)
5551

56-
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
57-
58-
> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
52+
Double-check your API key. Otherwise, look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.

0 commit comments

Comments
 (0)