You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Find the MCP settings file for the client](#find-the-mcp-settings-file-for-the-client)
21
+
-[Claude](#claude)
22
+
-[Cline](#cline)
23
+
-[Any other client](#any-other-client)
24
+
-[Set up the MCP server](#set-up-the-mcp-server)
25
+
-[Variant: setup with Docker](#variant-setup-with-docker)
22
26
-[Help and Resources](#help-and-resources)
23
27
-[Contributing](#contributing)
24
28
-[License](#license)
@@ -70,12 +74,31 @@ Each tool supports comprehensive input validation and returns structured JSON re
70
74
71
75
The easiest way to run the MCP server is with `npx`, but a Docker setup is also available.
72
76
73
-
### Claude Desktop + npx
77
+
### Find the MCP settings file for the client
78
+
79
+
#### Claude
74
80
75
81
1.[Install Claude Desktop](https://claude.ai/download) as needed
76
-
2.[Install npx](https://nodejs.org/en/download), which comes bundled with Node, as needed
77
-
3. Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account) and use that below
78
-
4. Add the following to your `claude_desktop_config.json`, which can be found in Claude Desktop > Settings > Developer > Edit Config
82
+
2. Open the `claude_desktop_config.json` file, which can be located by opening the Claude Desktop app, going into its Settings, opening the 'Developer' tab, and clicking the 'Edit Config' button
83
+
3. Follow the 'Set up the MCP server' steps below
84
+
85
+
#### Cline
86
+
87
+
1.[Install Cline](https://cline.bot/) in your IDE as needed
88
+
2. Install the MCP server by opening your IDE, opening the Cline sidebar, clicking the 'MCP Servers' icon button that is second from left at the top, opening the 'Installed' tab, and clicking the 'Configure MCP Servers' button
89
+
3. Follow the 'Set up the MCP server' steps below
90
+
91
+
#### Any other client
92
+
93
+
1. Find the MCP settings file, usually `[client]_mcp_settings.json`
94
+
2. Follow the 'Set up the MCP server' steps below
95
+
96
+
### Set up the MCP server
97
+
98
+
1.[Install npx](https://nodejs.org/en/download), which comes bundled with Node, as needed
99
+
2. Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account)
100
+
3. Add the following to your MCP setup, being sure to replace `dsa...` with your actual Dart token
101
+
79
102
```json
80
103
{
81
104
"mcpServers": {
@@ -90,13 +113,15 @@ The easiest way to run the MCP server is with `npx`, but a Docker setup is also
90
113
}
91
114
```
92
115
93
-
### Claude Desktop + Docker
116
+
### Variant: setup with Docker
117
+
118
+
If the `npx` setup above does not work well, we also provide a Docker setup. Follow the instructions above to find the MCP settings file
119
+
120
+
1.[Install Docker](https://www.docker.com/products/docker-desktop/) as needed
121
+
2. Build the Docker container with `docker build -t mcp/dart .`
122
+
3. Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account)
123
+
4. Add the following to your MCP setup, being sure to replace `dsa...` with your actual Dart token
94
124
95
-
1.[Install Claude Desktop](https://claude.ai/download) as needed
96
-
2.[Install Docker](https://www.docker.com/products/docker-desktop/) as needed
97
-
3. Build the Docker container with `docker build -t mcp/dart .`
98
-
4. Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account) and use that below
99
-
5. Add the following to your `claude_desktop_config.json`, which can be found in Claude Desktop > Settings > Developer > Edit Config
0 commit comments