MCP Directory
Back

AI-Agent-using-mcp-server

by kanishka2195 · JavaScript · ★ 0

AI Agent Twitter Bot is a Node.js-based CLI tool that uses ModelContextProtocol (MCP) to interact with users and perform tasks like tweeting via the Twitter API v2. It supports actions like posting tweets and adding numbers, with secure token handling using dotenv. Ideal for educational use, it brings AI-powered automation to your terminal.

Install

npx -y github:kanishka2195/AI-Agent-using-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "ai-agent-using-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:kanishka2195/AI-Agent-using-mcp-server"
      ]
    }
  }
}

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers