1313

v1.0.0Developer Toolsstable

directory for Awesome MCP Servers

awesome-mcp-serversmcpmcp-server-storemcp-serversmcp-servers-directory
Share:
2,011
Stars
0
Downloads
0
Weekly
0/5

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

Browse and discover MCP servers from an awesome directory.
chatmcp

Maintainer

LicenseApache 2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx 1313

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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"]
    }
  }
}
2

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.

3

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.

4

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.

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.

Quick Config Preview

{ "mcpServers": { "1313": { "command": "npx", "args": ["-y", "1313"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides