Metorial Index

v1.0.0โ€ขDeveloper Toolsโ€ขstable

Metorial MCP Index - An ever growing list of open source MCP servers ๐Ÿ“ ๐ŸŽ‰

agentic-aiagentsawesome-listmcpmcp-server
Share:
277
Stars
0
Downloads
0
Weekly
0/5

What is Metorial Index?

Metorial Index is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to metorial mcp index - an ever growing list of open source mcp servers ๐Ÿ“ ๐ŸŽ‰

Metorial MCP Index - An ever growing list of open source MCP servers ๐Ÿ“ ๐ŸŽ‰

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Metorial MCP Index - An ever growing list of open source MCP

Use Cases

Browse an ever-growing directory of open-source MCP servers.
Discover new MCP implementations and their capabilities.
Find community-built MCP servers for your use case.
metorial

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 9, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx metorial-index

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Metorial Index

The Metorial MCP Index is a curated, ever-growing directory of open-source MCP servers that surfaces the ecosystem directly inside your AI assistant. Instead of searching GitHub manually, you can ask your AI to browse categories, discover servers by capability, and surface community-built integrations that match your current task. It functions as a living index that makes MCP server discovery a first-class, in-context experience.

Prerequisites

  • Node.js 18 or later installed on your system
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • npx available (bundled with Node.js via npm)
1

Run the server with npx

The Metorial Index MCP server can be started directly via npx without a separate global install step. The client will launch it on demand.

npx metorial-index
2

Add to Claude Desktop configuration

Open claude_desktop_config.json and add the server block so Claude Desktop launches it automatically.

{
  "mcpServers": {
    "metorial-index": {
      "command": "npx",
      "args": ["metorial-index"]
    }
  }
}
3

Restart your MCP client

After saving the config file, fully restart Claude Desktop or reload your MCP client session so the new server is picked up.

4

Verify the server appears in your client

Check the connected servers list in your MCP client to confirm metorial-index is listed and active before issuing queries.

Metorial Index Examples

Client configuration

Minimal Claude Desktop configuration to launch the Metorial Index MCP server via npx on demand.

{
  "mcpServers": {
    "metorial-index": {
      "command": "npx",
      "args": ["metorial-index"]
    }
  }
}

Prompts to try

Example queries for browsing and discovering MCP servers through the Metorial Index.

- "What MCP servers are available for web scraping?"
- "Show me open-source MCP servers that work with databases"
- "Find MCP servers in the social media category"
- "Are there any MCP servers for Notion or Obsidian?"
- "List the most recently added MCP servers in the index"

Troubleshooting Metorial Index

npx metorial-index fails with 'package not found'

Verify the package name is correct and your npm registry is reachable. Try 'npm view metorial-index' to confirm the package exists, then retry npx.

Server connects but returns no results for queries

The index may be fetching its data from a remote source. Check your internet connection and try a simpler query like listing all categories first.

Frequently Asked Questions about Metorial Index

What is Metorial Index?

Metorial Index is a Model Context Protocol (MCP) server that metorial mcp index - an ever growing list of open source mcp servers ๐Ÿ“ ๐ŸŽ‰ It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Metorial Index?

Follow the installation instructions on the Metorial Index GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Metorial Index?

Metorial Index works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Metorial Index free to use?

Yes, Metorial Index is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "metorial-index": { "command": "npx", "args": ["-y", "metorial-index"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide โ†’

Ready to use Metorial Index?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides