Skip to content

Commit bc458ad

Browse files
committed
update: readme
1 parent a63d112 commit bc458ad

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,21 @@ The MCP Server Creator helps you create, manage, and register custom MCP servers
3434

3535
3. Register the creator server with Claude Desktop:
3636

37-
Macos: ~/Library/Application Support/Claude/claude_desktop_config.json
38-
Windows: %APPDATA%\Claude\claude_desktop_config.json
39-
40-
example:
41-
42-
```json
43-
{
44-
"mcpServers": {
45-
"serverGenerator": {
46-
"command": "node",
47-
"args": [
48-
"/Users/username/Documents/GitHub/mcprotocol/creator-server.js"
49-
]
50-
}
51-
}
52-
}
53-
```
37+
- Macos: ~/Library/Application Support/Claude/claude_desktop_config.json
38+
- Windows: %APPDATA%\Claude\claude_desktop_config.json
39+
40+
example:
41+
42+
```json
43+
{
44+
"mcpServers": {
45+
"serverGenerator": {
46+
"command": "node",
47+
"args": ["/Users/username/Documents/GitHub/mcprotocol/creator-server.js"]
48+
}
49+
}
50+
}
51+
```
5452

5553
## Using the MCP Server Creator
5654

0 commit comments

Comments
 (0)