Beyond MCP Server
An Extensible Model Context Protocol (MCP) server
Overview
Beyond MCP Server is an extensible Model Context Protocol (MCP) server that provides standardized access to social platform data and on-chain data, currently supporting Farcaster with plans for Twitter and other platforms.
To use Beyond MCP Server, clone the repository, install dependencies, configure your environment variables with your Neynar API key, and start the server in your desired mode (stdio or HTTP/SSE).
- Fully implements the Model Context Protocol specification. - Designed to support multiple social media platforms. - Easy to add new platform providers. - Optimized context formatting for LLM consumption. - Supports both stdio and SSE/HTTP transports.
- Accessing and analyzing social media data from multiple platforms.
- Integrating with applications that require real-time social data.
- Extending functionality by adding new social media providers.
Add to your AI client
Use these steps to connect Beyond MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"beyond-mcp-server-beyond-network-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-beyond-mcp-server-beyond-network-ai"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"beyond-mcp-server-beyond-network-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-beyond-mcp-server-beyond-network-ai"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"beyond-mcp-server-beyond-network-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-beyond-mcp-server-beyond-network-ai"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"beyond-mcp-server-beyond-network-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-beyond-mcp-server-beyond-network-ai"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"beyond-mcp-server-beyond-network-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-beyond-mcp-server-beyond-network-ai"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"beyond-mcp-server-beyond-network-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-beyond-mcp-server-beyond-network-ai"
]
}
}
}FAQ
**What platforms does Beyond MCP Server support?**
Currently, it supports Farcaster and has a placeholder for Twitter integration.
**Is there a cost to use Beyond MCP Server?**
The server is open-source and free to use.
**What are the prerequisites for running Beyond MCP Server?**
You need Node.js 16+ and a Neynar API key for Farcaster access.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2633,"uuid":"ad756693-7a34-4e70-8f04-ec329d2bcd50","name":"beyond-mcp-server","title":"Beyond MCP Server","description":"An Extensible Model Context Protocol (MCP) server","avatar_url":"https://avatars.githubusercontent.com/u/168794976?v=4","created_at":"2025-03-13T09:16:48.518Z","updated_at":"2025-03-13T09:40:42.760Z","status":"created","author_name":"Beyond-Network-AI","author_avatar_url":"https://avatars.githubusercontent.com/u/168794976?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Beyond-Network-AI/beyond-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"10\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-24 12:50:05\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]