loading…
Search for a command to run...
loading…
A foundational MCP server scaffold that provides pre-configured tools, resources, and prompts to jumpstart development for Claude Desktop. It enables users to p
A foundational MCP server scaffold that provides pre-configured tools, resources, and prompts to jumpstart development for Claude Desktop. It enables users to perform mathematical calculations and access system information while offering a standardized pattern for building custom extensions.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"starter-mcp-server": {
"command": "npx",
"args": []
}
}
}