mcp-server-iaptic

iaptic/mcp-server-iaptic
★ 6 stars TypeScript 🧠 Memory/Knowledge Updated 10d ago
Model Context Protocol server for interacting with iaptic
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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