1313
directory for Awesome MCP Servers
What is 1313?
1313 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to directory for awesome mcp servers
directory for Awesome MCP Servers
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- directory for Awesome MCP Servers
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx 1313Configuration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use 1313
The 1313 MCP server is a directory and discovery service for the Awesome MCP Servers ecosystem, giving AI assistants the ability to search and browse curated MCP server listings from within their chat interface. It is built on the chatmcp/mcpso project and exposes tools for querying the MCP server directory so developers can find the right tool for any task without leaving their editor. It is useful for AI agents that need to dynamically discover and recommend MCP integrations to users.
Prerequisites
- Node.js 18 or later with npx available
- An MCP client such as Claude Desktop, Cursor, or VS Code
- Internet access to reach the MCP server directory API
Add the server to your MCP client config
The 1313 MCP directory server runs via npx and requires no installation step. Add it directly to your claude_desktop_config.json or equivalent config file.
{
"mcpServers": {
"1313": {
"command": "npx",
"args": ["-y", "1313"]
}
}
}Restart your MCP client
Restart Claude Desktop or reload your editor window to apply the configuration change. The directory tools should now appear in your tool list.
Search the MCP server directory
Ask your AI assistant to search for MCP servers by category or capability. The server queries the Awesome MCP Servers directory and returns matching entries.
View server details
Once you identify a server of interest, ask for its details — installation command, capabilities, and configuration — all surfaced through the directory tool.
1313 Examples
Client configuration
Complete claude_desktop_config.json block for the 1313 MCP directory server.
{
"mcpServers": {
"1313": {
"command": "npx",
"args": ["-y", "1313"]
}
}
}Prompts to try
Example prompts for browsing and discovering MCP servers using the 1313 directory.
- "Search the MCP server directory for tools that work with GitHub."
- "Find MCP servers in the database category."
- "What MCP servers are available for web scraping?"
- "List the most popular MCP servers for developer tools."Troubleshooting 1313
npx fails to find the 1313 package
Ensure you have Node.js 18+ and an up-to-date npm/npx. Run 'npx -y 1313 --version' in your terminal to test. If the package is not found on npm, verify the package name is correct.
Directory search returns no results
The server queries an external directory API. Verify your internet connection and try again. If the issue persists, the upstream directory service may be temporarily unavailable.
Server tools do not appear after restarting the client
Check your claude_desktop_config.json for JSON syntax errors (trailing commas, missing brackets). Use a JSON validator before restarting the client.
Frequently Asked Questions about 1313
What is 1313?
1313 is a Model Context Protocol (MCP) server that directory for awesome mcp servers It connects AI assistants to external tools and data sources through a standardized interface.
How do I install 1313?
Follow the installation instructions on the 1313 GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with 1313?
1313 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is 1313 free to use?
Yes, 1313 is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
1313 Alternatives — Similar Developer Tools Servers
Looking for alternatives to 1313? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up 1313 in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use 1313?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.