# Guide on how to setup the MCP server
## Claude Code
Run `claude mcp add marble npx marble-mcp-server --scope user`.
## Cursor
Modify your `~/.cursor/mcp.json` to be like:
```json
{
"mcpServers": {
"marble": {
"type": "stdio",
"command": "npx",
"args": [
"marble-mcp-server"
],
"env": {}
}
}
}
```
## Augment Code
1. Go to the Augment Settings.
2. Under "Tools", scroll down until you find "MCP". Click the "+ Add MCP" button.
3. The server name is `marble` and the command is `npx marble-mcp-server`.
4. Click the "Add" button.