MCP Directory
Back

modelContextProtocol

by sforsanjnarao · JavaScript · ★ 0

modelContextProtocol — MCP server.

Install

npx -y github:sforsanjnarao/modelContextProtocol

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:sforsanjnarao/modelContextProtocol"
      ]
    }
  }
}

From the README

This project is a client-server application that integrates with the Twitter API and a conversational AI model. The server provides tools for performing specific tasks, such as creating Twitter posts, while the client interacts with the server and the AI model to facilitate a conversational experience. - The server is implemented in . - It uses the to define tools and manage client-server communication. - Tools are registered using the method. For example: - : Adds two numbers and returns the result. - : Posts a status update to Twitter using the function from . - The…
Read full README on GitHub →

Related other servers