kinetikfield-mcp-server

suhaibzeeshan/kinetikfield-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 4d ago
Kinetikfield MCP Server for Claude.ai integration
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": {
    "kinetikfield-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "suhaibzeeshan/kinetikfield-mcp-server"
      ]
    }
  }
}