MCP on Claude Desktop

MCP server stands of (Model Context Protocol) is new protocol that enables AI Application to connect with other external System.

Setup Your Own MCP Server

For skeleton running MCP Server, checkout here link

Connect MCP Server to Claude Desktop

  1. Open Claude Config
cd ~/Library/Application Support/Claude/claude_desktop_config.json
  1. Edit & Add your setup into McpServer Config
{
  "mcpServers": {
    
    "azureDevOps": {
      "command": "npx",
      "args": ["-y", "@tiberriver256/mcp-server-azure-devops"],
      "env": {
        "AZURE_DEVOPS_ORG_URL": "YOUR_AZURE_DEVOPS_URL",
        "AZURE_DEVOPS_AUTH_METHOD": "pat",
        "AZURE_DEVOPS_PAT": "PAT_VALUE",
        "AZURE_DEVOPS_DEFAULT_PROJECT": "AZURE_DEVOPS_DEFAULT_PROJECT"
      }
    },
    "dataset": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/dataset",
        "run",
        "dataset.py"
      ]
    }
  }
}
  1. Check on your Claude Desktop