mcp s-schemas
This document provides a list of different MCP servers. For each server, we provide a schema definition that includes the latest basic information and tool definitions.
claude mcp add --transport stdio oslook-mcp-servers-schemas none
How to use
MCP Servers Schemas acts as a catalog of MCP server definitions. It does not itself run as an active MCP server in this repository; instead, it provides JSON schema definitions and tool definitions for a variety of MCP servers (as referenced in the Official Integrations table). You can browse or download the JSON schema files under the schemas/ directory (for example, schemas/mcp-server-axiom.json, schemas/mcp-server-browserbase.json, etc.), which describe the latest basic information and the tools available for each server. Use these definitions to understand what each MCP server exposes (capabilities, endpoints, and configuration options) and how an LLM or client might interact with them. If a server definition includes a schema link, you can fetch that JSON to understand the expected structure and commands to invoke the server’s tools.
How to install
Prerequisites:
- A working development environment with Git installed.
- Access to the repository hosting these MCP server schemas.
Steps:
-
Clone the repository: git clone https://github.com/your-org/oslook-mcp-servers-schemas.git cd oslook-mcp-servers-schemas
-
Browse the available schemas and schemas directory to view the MCP server definitions:
- schemas/mcp-server-axiom.json
- schemas/mcp-server-browserbase.json
- schemas/mcp-server-cloudflare.json ...and so on
-
If you want to programmatically use a schema, fetch the JSON file from the repository or its raw URL and parse it in your application to understand the server’s capabilities and tool definitions.
-
If you maintain a local MCP runtime, you can integrate these schema definitions into your tooling by loading the JSON files and validating responses against the defined schema.
Additional notes
Tips:
- The repository focuses on providing up-to-date schema definitions for various MCP servers. If you need definitions for a specific server, check the referenced Schema links in the Official Integrations table.
- Some entries in the table may not include a schema file; if so, there is no dedicated JSON schema available in this repository yet for that server.
- The site and docs are designed to help users retrieve server definitions without installing a local MCP server; use the schemas as a source of truth for integration.
- When automating retrieval, prefer fetching the JSON files directly from the schemas/ directory to ensure you’re using the latest version.
Environment variables and configuration options are defined within each individual server’s schema (e.g., what tools are exposed, required credentials, and usage patterns). Review the specific mcp-server-*.json files for details.
Related MCP Servers
Awesome -ZH
MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
mcpso
directory for Awesome MCP Servers
mcp-hub
A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring
awesome -best-practices
Build Awesome MCPs with Awesome Best Practices for MCP Servers and MCP Clients
awesome-remote s
A curated list of Hosted & Managed Model Context Protocol (MCP) Servers accessible via a simple URL endpoint.
lmstudio-toolpack
A MCP stdio toolpack for local LLMs