MCP Client Setup
Add the Solduino MCP server to your client configuration using the public endpoint:
https://mcp.solduino.com/api/mcpCursor
Add this to your Cursor MCP settings (.cursor/mcp.json or Settings → MCP):
{
"mcpServers": {
"solduino": {
"url": "https://mcp.solduino.com/api/mcp"
}
}
}Restart Cursor or reload MCP servers after saving.
Claude Desktop
Add the server to your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"solduino": {
"url": "https://mcp.solduino.com/api/mcp"
}
}
}Restart Claude Desktop after saving.
Other MCP Clients
Any client that supports remote HTTP MCP servers can connect with the same URL. Use the full /api/mcp path — the domain root alone will not work.
Verify the Connection
After configuration, ask your assistant a Solduino-specific question, such as:
What modules does the Solduino SDK include?
A connected client should call list_modules and return module names, available examples, and known gotchas from the live server.
Last updated on