OWN-MCP-SERVER

mayo-byte07/OWN-MCP-SERVER
★ 0 stars JavaScript AI/LLM Updated today
Custom Node.js server giving AI access to real tools: weather, time, math & notes.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "own-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mayo-byte07/OWN-MCP-SERVER"
      ]
    }
  }
}