team05-mcp-server

foundry-mcp/team05-mcp-server
★ 2 stars Python 📦 Other Updated today
MCP server for communicating with the TEAM 0.5 Microscope
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": {
    "team05-mcp-server": {
      "command": "uvx",
      "args": [
        "team05-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install team05-mcp-server