NEI MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NEI MCP ServerSearch for the interface with URI /api/v1/user/profile"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
nei-mcp-server
A tool server based on fastmcp for interacting with the NEI platform, providing the ability to query NEI project resources.
Core Features
This project encapsulates common NEI platform functions into a series of MCP tools for quick querying and integration. The supported tools are as follows:
sync_nei_project: Force synchronization of the latest project data from the remote NEI platform and update the local cache. This tool should be called first when you suspect local data is not up to date or when you need to retrieve recently changed backend interface or data model information.search_interfaces_by_uri: Fuzzy search for interface resources in the NEI project based on the interface definition URI (interface path).search_interfaces_by_url: Precisely search for interface resources based on thepidandidin the NEI interface detail link, for examplehttp://nei.example.com/interface/detail/?pid=10135&id=13015.search_interfaces_by_name: Fuzzy search for interface resources in the NEI project based on the interface name.search_groups_by_name: Search for business groups in the NEI project based on the group name.
Related MCP server: Nexus MCP Server
Environment Preparation
Installation and Configuration
Clone the project
git clone https://github.com/leila-huang/nei-mcp-server.git cd nei-mcp-serverInstall dependencies Using npm:
npm installOr pnpm:
pnpm install
Debugging Tools
inspect debugging Using the
inspectcommand offastmcpallows for convenient interactive testing of all tools locally. You need to configureSERVER_URLandPROJECT_IDon the web page.npm run inspectThis command provides an interactive interface where you can select the tool to execute and input parameters, which is very suitable for debugging and exploration.
mcp client debugging
{ "mcpServers": { "nei-mcp-server": { "command": "npx", "args": ["tsx", "/PATH/TO/YOUR_PROJECT/src/index.ts"], "env": { "SERVER_URL": "xxx", "PROJECT_ID": "xxx" } } } }
mcp User Guide
```bash
{
"mcpServers": {
"nei-mcp-server": {
"command": "npx",
"args": [
"-y",
"@leila329/nei-mcp-server"
],
"env": {
"SERVER_URL": "xxx",
"PROJECT_ID": "xxx"
}
}
}
}
```Caching Mechanism
To improve performance and reduce the request load on the NEI server, this project implements a simple caching strategy:
Memory Caching: Data is stored in memory after the first load. During a single run of the service, subsequent identical requests will be returned directly from memory, avoiding redundant network requests. The memory cache is cleared after the service restarts.
Network Synchronization: When the service starts, or when the
sync_nei_projecttool is called manually, the latest project data is pulled from the remote NEI server and the memory cache is updated.
You can manually trigger a network synchronization by calling the sync_nei_project tool to ensure the data is the latest version.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAquality-maintenanceEnables AI assistants to access and search RAP2 API documentation, allowing users to query interface details, search APIs by keywords, and retrieve repository interfaces through natural language.77
- FlicenseBquality-maintenanceEnables AI assistants to interact with Nexus projects, allowing management of projects, bugs, milestones, concepts, and templates through natural language commands.20
- Alicense-qualityDmaintenanceEnables interaction with YApi API management platform through natural language, allowing automated interface management including creating/updating APIs, managing categories, importing data, and retrieving project information.259GPL 3.0
- AlicenseCqualityCmaintenanceProvides tools for AI assistants to list, search, and get details of YApi interfaces.68ISC
Related MCP Connectors
Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Search and browse every MCP server in the Model Context Protocol registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leila-huang/nei-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server