TMCP

touhidul7/TMCP
★ 0 stars JavaScript Browser/Web Updated 7d ago
A MCP server to connect tools with agents and applications.
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": {
    "tmcp": {
      "command": "npx",
      "args": [
        "-y",
        "touhidul7/TMCP"
      ]
    }
  }
}

README Excerpt

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). First, run the development server: ```bash npm run dev yarn dev pnpm dev bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.