metorial-index
Metorial MCP Index - An ever growing list of open source MCP servers 📁 🎉
claude mcp add --transport stdio metorial-metorial-index npx -y metorial-index
How to use
Metorial MCP Index acts as a centralized catalog of MCP servers curated by Metorial. It provides a browsable and queryable registry of available MCP services, allowing you to discover, inspect, and connect to servers that perform a wide range of tasks—from AI-assisted development helpers to data tooling and automation. You can interact with the index to fetch server metadata, capabilities, and usage examples, and then integrate those servers into your applications or workflows using the MCP client tooling provided by your environment. The index serves as a single source of truth for available MCP servers, helping you quickly identify suitable tools for your project and understand their inputs, outputs, and configuration requirements.
To use a server listed in the index, install the MCP client SDK for your language, connect to the MCP endpoint exposed by the target server, and issue the standard MCP calls (such as tool discovery, capability queries, and action invocations). The index may also offer direct tooling to launch or scaffold connections to specific servers, enabling rapid experimentation and integration with minimal setup. Depending on the server, you may be able to provide authentication credentials, specify environment configurations, and tailor the tool’s behavior through documented options and environment variables.
How to install
Prerequisites:
- Node.js and npm installed on your machine (recommended latest LTS).
- Access to the internet to fetch packages from npm registry.
Installation steps:
-
Install the Metorial MCP Index via npx (this fetches the package and prepares the local environment):
npm i -g npx npx -y metorial-index
-
If you prefer to run within a project, initialize a project directory and install the package as a devDependency or standard dependency:
mkdir my-mcp-project cd my-mcp-project npm init -y npm install metorial-index --save
-
Start the index server locally (if the package provides a start script or CLI following its documentation). Example if the package exposes a start script:
npx metorial-index start
-
Verify the server is running by visiting the provided local URL or by using the MCP client to list available servers from the index.
-
(Optional) Configure your environment with needed environment variables as documented by the package (e.g., API keys, endpoints).
Additional notes
Notes and tips:
- This MCP Index is a registry; actual server instances are separate MCP services you can connect to listed within the index. Ensure you have network access to the MCP endpoints.
- Some servers may require authentication or API keys; check each server’s documentation for required credentials and scopes.
- When integrating, prefer using the MCP client SDK to handle discovery, capability negotiation, and request formatting to ensure compatibility across different servers.
- If you encounter issues, verify Node.js/npm versions, clear npm cache if package resolution fails, and confirm that the target server is live and reachable.
- The index is periodically updated; re-run discovery commands to fetch the latest list of available MCP servers.
Related MCP Servers
mcp
Enable AI agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.
wanaku
Wanaku MCP Router
conductor-tasks
A task management system designed for AI development
symfony
A Symfony package designed for building secure servers based on the Model Context Protocol, utilizing Server-Sent Events (SSE) and/or StreamableHTTP for real-time communication. It offers a scalable tool system tailored for enterprise-grade applications.
google -remote
Collection of Google-native tools (e.g., Gmail, Calendar) for the MCP
mcp-document-converter
MCP Document Converter - A powerful MCP tool for converting documents between multiple formats, enabling AI agents to easily transform documents.