Find Market Leading MCP Servers and Clients

The largest collection of MCP Servers.

Showing 451-480 of 3965 items
Lc_test11
Lc_test11 by chatmcp

测试上传功能

MCP Server Base Python
MCP Server Base Python by jinhyeong-choi

-

mcp-server python
View Details

-

supercollider mcp
View Details
Omni Server
Omni Server by abhijithk1

A MCP Server to get familiarize to Model Context Protocol

Mcp services by marshal

easm vulnscanner
View Details

A Java-based implementation of the Model Context Protocol (MCP) mediator, providing seamless integration between MCP clients and servers.

java spring
View Details

Typescript Template for Model Context Protocol (MCP) Server

mcp-server-template typescript
View Details
weibo-mcp-server
weibo-mcp-server by bossdong955

一个获取前N微博热搜的MCP服务,支持stdio和sse模式调用。

mcp-trigger
mcp-trigger by ai-mcpx

mcp server for trigger

mcp trigger
View Details
Zotero MCP Server
Zotero MCP Server by TomasSchweizer

Implementation of a Zotero MCP server to connect my local Zotero library to the 5ire chat interface.

This is a revolutionary AI plugin with excellent pluggable and encapsulated features. With just a few lines of configuration, it can easily integrate into your Spring boot web program and give it MCP capabilities

java agent
View Details
MySSL MCP
MySSL MCP by trustasia-com

-

mcp-server myssl
View Details
mcp-servers
mcp-servers by equenum

-

mcp-servers server-management
View Details

-

remote-mcp-server cloudflare
View Details

MCP Server for Postgres with both Read and Write capabilities.

mec-postgres database-server
View Details

-

remote-mcp-server cloudflare
View Details
Next MCP server
Next MCP server by Collaborne

-

mcp-server NEXT
View Details

Model Context Protocol (MCP) server for using the Eyevinn Open Source Cloud API

mcp-server cloud-api
View Details
MCP-Server-MySSL
MCP-Server-MySSL by trustasia-com

MySSL MCP Server

mcp-server myssl
View Details

-

remote-mcp-server cloudflare
View Details
FreeloMCP
FreeloMCP by karlost

Freelo MCP Server poskytuje rozhraní pro komunikaci s Freelo API pomocí Model Context Protocol (MCP). Umožňuje integraci Freelo do AI asistentů jako je Cline, Claude a další, kteří podporují MCP protokol.

freelo mcp
View Details
Database Mcp
Database Mcp by xavieryang007

# Database MCP Service A MCP (Metoro Control Protocol) service with database capabilities, supporting multiple database types through GORM. ## Features - Support for multiple database types: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - Configuration through: - Configuration file (YAML) - Command line arguments - Environment variables - MCP protocol integration - GORM ORM support ## Installation 1. Clone the repository 2. Install dependencies: ```bash go mod tidy ``` ## Configuration ### Configuration File (config.yaml) Create a `config.yaml` file with the following structure: ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # for postgres file: "database.db" # for sqlite ``` ### Command Line Arguments You can override configuration file settings using command line arguments: ```bash ./database-mcp --config=config.yaml \ --db-type=mysql \ --db-host=localhost \ --db-port=3306 \ --db-user=root \ --db-pass=password \ --db-name=mydb \ --db-ssl-mode=disable \ --db-file=database.db ``` Available command line arguments: - `--config`: Path to config file (default: "config.yaml") - `--db-type`: Database type (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: Database host - `--db-port`: Database port - `--db-user`: Database username - `--db-pass`: Database password - `--db-name`: Database name - `--db-ssl-mode`: SSL mode (for PostgreSQL) - `--db-file`: Database file (for SQLite) ## Usage 1. Start the service: ```bash ./database-mcp ``` 2. The service will: - Load configuration from file and/or command line - Initialize database connection - Start MCP server - Register available tools and resources ## MCP Configuration To use the MCP service, configure the MCP endpoint in your MCP client: ``` http://127.0.0.1:8080/sse ``` This will connect your MCP client to the local service running on port 8080. ## MCP Tools The service provides the following MCP tools: 1. `get_tables`: Get all tables in the database - Returns a list of tables with their names and comments 2. `get_table_detail`: Get detailed information about a specific table - Arguments: - `table_name`: The name of the table to get details for - Returns table information including: - Table name and comment - Column information (name, type, comment, nullable, default value) 3. `execute_sql`: Execute a SQL query - Arguments: - `query`: The SQL query to execute - Returns: - For SELECT queries: An array of results - For other queries: The number of rows affected ## License MIT License

database-mcp MCP-service
View Details

-

writeathon mcp-server
View Details
Postiz
Postiz by Nevo%20David

-

social media scheduling
View Details

2,730+

Jobs opportunities

440+

Top companies

150K

Active users

Frequently Asked Questions

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.

What are MCP Servers?

MCP Servers are systems that provide context, tools, and prompts to AI clients. They can expose data sources like files, documents, databases, and API integrations, allowing AI assistants to access real-time information in a secure way.

How do MCP Servers work?

MCP Servers 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.

What can MCP Servers provide?

MCP Servers 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.

How does Claude use MCP?

Claude can connect to MCP servers 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.

Are MCP Servers secure?

Yes, security is built into the MCP protocol. Servers control their 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.

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.

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.