modelContextProtocol
by sforsanjnarao · JavaScript · ★ 0
modelContextProtocol — MCP server.
Install
npx -y github:sforsanjnarao/modelContextProtocol Claude Desktop config
Add this to your claude_desktop_config.json:
{
"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 →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
★ 31,828
Playwright MCP server
Other · TypeScript
playwright-cli
microsoft
★ 9,714
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
Other · TypeScript
financial-services-plugins
anthropics
Official ★ 7,840
financial-services-plugins — MCP server.
Other · Python
NLWeb
nlweb-ai
★ 6,197
Main reference implementation for NLWeb, implemented in Python.
Other · Python
OpenSpace
HKUDS
★ 5,940
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
Other · Python
csharp-sdk
modelcontextprotocol
Official ★ 4,229
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
Other · C#