ekursy-mcp-server

markrz-0/ekursy-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ekursy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "markrz-0/ekursy-mcp-server"
      ]
    }
  }
}

README Excerpt

Stdio based MCP server for ekursy you must have `ekursy-zero` (ekursy scraper) running in the background (it runs inside a docker container) Then build this project ``` npm install npm run build ``` then in `claude_desktop_config.json` (or whatever else you are using as MCP client) add ```json "mcpServers": {