MCP.so
Sign In

Integrate MCP Server

@NexusX-MCP

About Integrate MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

NexusX-MCP

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Integrate MCP Server?

An extensible Model Context Protocol server that provides standardized access to social platform data and onchain data. It currently supports Farcaster via the Neynar API (with a placeholder for Twitter) and is designed to add more platforms like Telegram and onchain data in the future.

How to use Integrate MCP Server?

Install Node.js 16+, clone the repository, run npm install, configure a .env file with your Neynar API key, then build with npm run build and start with npm start (stdio mode) or npm run start:http (HTTP/SSE mode). For Claude Desktop, add the built server to claude_desktop_config.json with the command and optional environment variables.

Key features of Integrate MCP Server

  • Fully MCP compliant for standardized LLM interactions.
  • Multi‑platform support (Farcaster implemented, Twitter placeholder).
  • Extensible provider system to add new social platforms.
  • Optimized context formatting for LLM consumption.
  • Flexible transport: stdio and SSE/HTTP modes.

Use cases of Integrate MCP Server

  • Search Farcaster content (casts) and retrieve user profiles.
  • Analyze trending topics and trending feed from multiple providers (Neynar, OpenRank, MBD).
  • Explore channels on Farcaster, including bulk channel searches.
  • Get wallet balances and profiles for Farcaster users via FID or username.

FAQ from Integrate MCP Server

What platforms does Integrate MCP Server currently support?

Farcaster is fully implemented; Twitter exists only as a placeholder and does not work. Support for Telegram and onchain data is planned.

What are the runtime dependencies?

Node.js 16+ and a valid Neynar API key (obtainable at neynar.com). The server reads the API key from the NEYNAR_API_KEY environment variable.

Where does the data come from?

All social data is fetched live from external APIs: Farcaster data via the Neynar API. No local storage of user data is described.

What transport modes are available?

The server supports both stdio mode (default) and HTTP/SSE mode (via npm run start:http).

Are there any known limitations?

Twitter integration is not implemented. Farcaster functionality requires a valid Neynar API key. Onchain data and additional platforms are still in development.

Comments

More Other MCP servers