MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP servers available on AgenticMarket — install any in one command

Created 3/22/2026
Updated about 4 hours ago
Repository documentation and setup instructions

✦ AgenticMarket — MCP Server Registry

The official list of MCP servers available on AgenticMarket — install any of them in one command.

npm install -g agenticmarket
agenticmarket install username/server-name

What is AgenticMarket?

AgenticMarket is the CLI-first MCP platform. Developers install MCP servers into VS Code, Cursor, or Claude Desktop in one command. Creators publish their servers and earn 80% on every call.

  • For users — install any MCP server instantly, pay per call
  • For creators — publish once, earn on every call, no infrastructure needed

What is the Model Context Protocol (MCP)?

MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems. Using MCP, AI applications like Claude or ChatGPT can connect to data sources (e.g. local files, databases), tools (e.g. search engines, calculators) and workflows (e.g. specialized prompts)—enabling them to access key information and perform tasks.

Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect electronic devices, MCP provides a standardized way to connect AI applications to external systems.

→ Official docs


Servers

🔎 Search

| Server | Description | Install | |--------|-------------|---------| | web-reader | Extract readable content from webpages, removing ads and clutter | agenticmarket install agenticmarket/web-reader | | rss-reader | Fetch and parse RSS/Atom feeds to retrieve latest articles and updates | agenticmarket install agenticmarket/rss-reader | | sitemap-reader | Fetch and parse XML sitemaps for site discovery and crawling | agenticmarket install agenticmarket/sitemap-reader | | site-metadata | Extract metadata, OG tags, and structured info from any URL | agenticmarket install agenticmarket/site-metadata |

🛠 Developer Tools

| Server | Description | Install | |--------|-------------|---------| | json-tools | Validate, format, query, and transform JSON data | agenticmarket install agenticmarket/json-tools | | markdown-fetch | Fetch remote markdown content from URLs and repositories | agenticmarket install agenticmarket/markdown-fetch | | url-status | Check URL reachability and HTTP status for any endpoint | agenticmarket install agenticmarket/url-status |

📊 Data Processing

| Server | Description | Install | |--------|-------------|---------| | text-cleaner | Clean and normalize text by removing HTML tags, scripts, and whitespace | agenticmarket install agenticmarket/text-cleaner |

🔧 Utilities

| Server | Description | Install | |--------|-------------|---------| | utils | Lightweight utilities — greeting, jokes, fun facts, UUID, random color generation | agenticmarket install agenticmarket/utils |


Install in One Command

# 1. Install the CLI
npm install -g agenticmarket

# 2. Authenticate
agenticmarket auth YOUR_API_KEY

# 3. Install any server
agenticmarket install agenticmarket/web-reader

# 4. Open VS Code, Cursor, or Claude Desktop — the tool is ready

Get your API key at agenticmarket.dev


Publish Your MCP Server

Already built an MCP server? List it on AgenticMarket and earn 80% on every call.

What you need:

  • A publicly accessible HTTPS endpoint (HTTP-based MCP)
  • A free AgenticMarket account

→ Submit your server

🌟 Founding Creator program — first 100 approved creators earn 90% per call for 12 months. Slots are limited.


Add Your Server to This List

If your server is live on AgenticMarket, open a PR to add it here.

  1. Fork this repo
  2. Add your server to the correct category in README.md
  3. Follow the table format — Name | Description | Install command
  4. Open a PR with the title: Add: username/server-name

See CONTRIBUTING.md for full guidelines.


Request a Server

Don't see a server you need? Open an issue and describe what you're looking for. Creators browse requests.


Links


Maintained by the AgenticMarket team · support@agenticmarket.dev Licensed under CC0 1.0 - public domain

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/agenticmarket/mcp-servers
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "agenticmarket-mcp-servers": { "command": "git", "args": [ "clone", "https://github.com/agenticmarket/mcp-servers" ] } } }