21271
Indexed

Connect the world with MCP

Find awesome MCP Servers. Build AI Agents quickly.

SiliconFlow: Ready-to-use model APIs for MCP tools — plus $1 bonus for you!

Latest MCP Servers

View All
Toppick

4 hours ago
Logly
@logly-uk

Logly MCP server Query your Logly web analytics from Claude, Cursor, or any Model Context Protocol client. Logly is privacy-first web analytics — under 1 KB, cookie-free, GDPR compliant by design. This server exposes your analytics over MCP so an AI assistant can answer questions like "how did traffic change this week?" or "where is my signup funnel losing people?" — and even hand you the install snippet for a new site. Requirements Node.js 18 or newer A Logly account and an API key — create one in Settings → API keys in your Logly dashboard. The key looks like logly_a1b2c3... and is shown only once. Setup The server runs via npx — no install step needed. Claude Desktop Edit claude_desktop_config.json (Settings → Developer → Edit Config): { "mcpServers": { "logly": { "command": "npx", "args": ["-y", "@logly-uk/mcp"], "env": { "LOGLY_API_KEY": "logly_your_key_here" } } } } Restart Claude Desktop. Claude Code claude mcp add logly -e LOGLY_API_KEY=logly_your_key_here -- npx -y @logly-uk/mcp Cursor Add to .cursor/mcp.json in your project (or the global one): { "mcpServers": { "logly": { "command": "npx", "args": ["-y", "@logly-uk/mcp"], "env": { "LOGLY_API_KEY": "logly_your_key_here" } } } } Tools Tool What it does logly_list_sites List every site in your account with its site ID — start here. logly_stats Pageviews, sessions, visitors, bounce rate, avg duration, daily series, previous-period comparison. logly_breakdown Top pages, referrers, countries and device/browser split. logly_realtime Visitors active right now. logly_events Custom event counts. logly_funnels List a site's conversion funnels and their steps. logly_funnel_results Completion counts and drop-off per funnel step. logly_install_snippet The <script> tag to add Logly to a site's <head>. Date filters Stats tools accept a days window (7, 30 or 90 — defaults to 30) or an explicit from / to pair (YYYY-MM-DD). If both are given, from/to wins. Environment variables Variable Required Purpose LOGLY_API_KEY yes Your Logly API key. LOGLY_API_BASE no Override the API base URL (default https://app.logly.uk).

7 hours ago
Arclan.ai

8 hours ago

Featured MCP Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago

Featured MCP Clients

View All

Latest MCP Clients

View All
VIDEO-TO-CLAUDE

3 days ago
PASTEAI

4 days ago
E2EASY

7 days ago
ENTRANS

10 days ago
SOCIAL-API.AI

20 days ago
SILVIA-MCP

20 days ago
ENCONVERT-MCP

20 days ago
@ENCONVERT/MCP

20 days ago
@ENCONVERT/MCP

20 days ago
PDFCHECK-MCP

22 days ago

FAQ

Frequently Asked Questions about MCP Server

1

What is MCP (Model Context Protocol)?

MCP is an open-source protocol developed by Anthropic that enables AI systems like Claude to securely connect with various data sources. It provides a universal standard for AI assistants to access external data, tools, and prompts through a client-server architecture.

2

What is MCP Server?

MCP Server is a system that provides context, tools, and prompts to AI clients. It can expose data sources like files, documents, databases, and API integrations, allowing AI assistants to access real-time information in a secure way.

3

How do MCP Server work?

MCP Server work through a simple client-server architecture. They expose data and tools through a standardized protocol, maintaining secure 1:1 connections with clients inside host applications like Claude Desktop.

4

What can MCP Server provide?

MCP Server can share resources (files, docs, data), expose tools (API integrations, actions), and provide prompts (templated interactions). They control their own resources and maintain clear system boundaries for security.

5

How does Claude use MCP?

Claude can connect to MCP server to access external data sources and tools, enhancing its capabilities with real-time information. Currently, this works with local MCP servers, with enterprise remote server support coming soon.

6

Is MCP Server secure?

Yes, security is built into the MCP protocol. Server controls its own resources, there's no need to share API keys with LLM providers, and the system maintains clear boundaries. Each server manages its own authentication and access control.

7

What is mcp.so?

mcp.so is a community-driven platform that collects and organizes third-party MCP Servers. It serves as a central directory where users can discover, share, and learn about various MCP Servers available for AI applications.

8

How can I submit my MCP Server to mcp.so?

You can submit your MCP Server by creating a new issue in our GitHub repository. Click the 'Submit' button in the navigation bar or visit our GitHub issues page directly. Please provide details about your server including its name, description, features, and connection information.