MCP Servers

Live Model Context Protocol servers, ready to connect.

DeepSeek MCP Server

v1.5.0
Checking...

MCP server for DeepSeek AI models. Function calling, thinking mode, JSON output, multi-turn sessions, model fallback, cost tracking.

Endpoint https://deepseek-mcp.tahirl.com/mcp
Transport Streamable HTTP (stateless, Cloudflare Workers)
Auth BYOK. Send your own DeepSeek API key as Bearer token

Connection Examples

claude mcp add --transport http deepseek \
  https://deepseek-mcp.tahirl.com/mcp \
  --header "Authorization: Bearer YOUR_DEEPSEEK_API_KEY"
{
  "mcpServers": {
    "deepseek": {
      "url": "https://deepseek-mcp.tahirl.com/mcp",
      "headers": {
        "Authorization": "Bearer ${DEEPSEEK_API_KEY}"
      }
    }
  }
}
claude mcp add -s user deepseek \
  npx @arikusi/deepseek-mcp-server \
  -e DEEPSEEK_API_KEY=your-key

Nakkas

v0.1.2
Local

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything. Describe what you want in natural language, get pure animated SVG back. CSS @keyframes + SMIL animations, no JavaScript, no cloud API. 23 element types, parametric curves, filter presets, pattern groups.

Looking for contributors. If you're into generative art or SVG tooling, check the repo.

Transport stdio (local)
Install npx -y nakkas@latest
Auth None required. Runs entirely local, no API keys.

Connection Examples

claude mcp add nakkas npx -y nakkas@latest
{
  "mcpServers": {
    "nakkas": {
      "command": "npx",
      "args": ["-y", "nakkas@latest"]
    }
  }
}

More Servers Coming Soon

New MCP servers are being built. Watch this space.