kexp_mcp_server

randyramig/kexp_mcp_server
★ 0 stars TypeScript 🔌 API Integration Updated 3d 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": {
    "kexp_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "randyramig/kexp_mcp_server"
      ]
    }
  }
}

README Excerpt

A TypeScript MCP server for the KEXP REST API (`https://api.kexp.org/v2/`) that supports: - `StdioServerTransport` for local MCP clients - `SSEServerTransport` for HTTP/SSE MCP clients ```bash npm install ``` ```bash npm run start:stdio ``` ```bash npm run start:sse ``` By default, the SSE server runs on port `3000` and exposes: