ESP-McpServer 26.6.11.707

ESP MCP Server exposes ESP task data to MCP-compatible clients such as VS Code, Cursor, and GitHub Copilot Chat. ## Installation This package installs to `C:\Program Files\ESP\McpServer` and adds that folder to the machine PATH. ``` choco install ESP-McpServer -s https://choco.eas-cpq.de/v3/index.json ``` Requires .NET 10 runtime on the machine. ## MCP client configuration Add a server entry to your MCP client configuration (for example `.vscode/mcp.json` in VS Code or Cursor): ```json { "inputs": [ { "id": "esp_username", "type": "promptString", "description": "ESP API username" }, { "id": "esp_password", "type": "promptString", "description": "ESP API password", "password": true } ], "servers": { "ESP.McpServer": { "type": "stdio", "command": "ESP.McpServer", "env": { "ESP_API_BASE_URL": "https://esp-api.eas-cpq.de/", "ESP_API_USERNAME": "${input:esp_username}", "ESP_API_PASSWORD": "${input:esp_password}", "ESP_API_TIMEOUT_SECONDS": "30" } } } } ``` `ESP.McpServer` resolves via PATH after installation. Alternatively use the full path: `C:\Program Files\ESP\McpServer\ESP.McpServer.exe` ## Environment variables | Variable | Description | | --- | --- | | `ESP_API_BASE_URL` | Base URL of the ESP API (required) | | `ESP_API_USERNAME` | ESP API username (required) | | `ESP_API_PASSWORD` | ESP API password (required) | | `ESP_API_TIMEOUT_SECONDS` | HTTP timeout in seconds (optional, default 30) | ## Tools - `search_tasks` — search tasks by title or description - `get_task_by_id` — return full task details by identifier ## More information Repository: https://github.com/eas-solutions/esp-mcp-server Example config: https://github.com/eas-solutions/esp-mcp-server/blob/main/docs/mcp-client.example.json

No packages depend on ESP-McpServer.

Any 0.0

Version Downloads Last updated
26.6.11.707 10 06/11/2026