precisely-mcp-servers

PreciselyData/precisely-mcp-servers
★ 4 stars Python 📦 Other Updated today
MCP servers from Precisely
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "precisely-mcp-server": {
      "command": "uvx",
      "args": [
        "precisely-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install precisely-mcp-servers