Everything AI Coding

v1.0.0Developer Toolsstable

聚合精选编程 AI 扩展资源:MCP Servers、Skills、Rules、Prompts,周更索引 + 一键安装。

agent-rulesaiai-codingawsome-listsdeveloper-tools
Share:
146
Stars
0
Downloads
0
Weekly
0/5

What is Everything AI Coding?

Everything AI Coding is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 聚合精选编程 ai 扩展资源:mcp servers、skills、rules、prompts,周更索引 + 一键安装。

聚合精选编程 AI 扩展资源:MCP Servers、Skills、Rules、Prompts,周更索引 + 一键安装。

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 聚合精选编程 AI 扩展资源:MCP Servers、Skills、Rules、Prompts,周更索引 + 一键安装。

Use Cases

Discover AI coding extensions and MCP servers
Access curated prompts, rules, and skills
One-click install AI development resources
zgsm-ai

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx everything-ai-coding

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 Everything AI Coding

Everything AI Coding is a curated aggregator of AI coding resources — including MCP servers, reusable skills, agent rules, and prompt templates — pulling from 9+ upstream sources and scoring over 12,800 entries on a composite 0–100 quality scale. It acts as a weekly-updated index that lets developers discover, evaluate, and one-click install the best AI development extensions for their stack. Whether you need a specific MCP server, a Claude skill, or a prompt template, this tool surfaces the most relevant and highest-quality options through natural language search and project-aware recommendations.

Prerequisites

  • Node.js 18+ (for npx-based install) or a supported shell for the curl installer
  • A supported AI coding client: Claude Code, Cursor, Opencode, or VSCode Costrict
  • An MCP-compatible client configured to accept slash commands or MCP tool calls
  • curl or PowerShell available for the one-line installer script
1

Install via the one-line installer

Run the platform-specific installer script. On macOS/Linux use curl; on Windows use PowerShell. The installer auto-detects your active AI coding platform via environment variables (CLAUDECODE, OPENCODE, COSTRICT_RUNNING, etc.) and configures itself accordingly.

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash

# Windows (PowerShell)
irm https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.ps1 | iex
2

Add to your MCP client configuration (manual)

If you prefer manual setup, add the server to your MCP client config. For Claude Desktop, edit claude_desktop_config.json. The server runs via npx so no separate global install is needed.

{
  "mcpServers": {
    "everything-ai-coding": {
      "command": "npx",
      "args": ["everything-ai-coding"]
    }
  }
}
3

Verify installation and browse categories

Once installed, use the browse command inside your AI client to explore all available resource categories such as MCP servers, skills, rules, and prompts. This confirms the tool is working and shows what is available.

/eac:browse
4

Search for resources by keyword

Use the search command to find resources relevant to your project stack or technology. You can filter by resource type (mcp, skill, rule, prompt) and keyword.

/eac:search typescript mcp
5

Get project-aware recommendations

The recommend command analyzes your current project context and suggests the highest-scoring relevant resources based on your tech stack.

/eac:recommend
6

Install a discovered resource

Once you find a resource you want, install it directly by name. The tool handles configuration for your active AI coding platform automatically.

/eac:install upstash-context7

Everything AI Coding Examples

Client configuration

Add Everything AI Coding to Claude Desktop or any MCP-compatible client.

{
  "mcpServers": {
    "everything-ai-coding": {
      "command": "npx",
      "args": ["everything-ai-coding"]
    }
  }
}

Prompts to try

Example queries you can use after connecting to the server.

- "Search for MCP servers related to databases"
- "What AI coding resources are available for Python projects?"
- "Recommend tools for my current TypeScript project"
- "Install the top-rated GitHub MCP server"
- "Browse all available prompt templates"

Troubleshooting Everything AI Coding

The installer script fails or the platform is not detected

Set the appropriate environment variable for your platform before running: export CLAUDECODE=1 for Claude Code, OPENCODE=1 for Opencode, or COSTRICT_RUNNING=1 for Costrict. Then re-run the installer.

npx everything-ai-coding fails with 'package not found'

Ensure you are using Node.js 18 or later (node --version). If the package name has changed, check the GitHub repo at https://github.com/zgsm-ai/everything-ai-coding for the latest install instructions.

Commands like /eac:search are not recognized by the client

Verify the MCP server is listed and enabled in your client's MCP server configuration. Restart the client after making configuration changes.

Frequently Asked Questions about Everything AI Coding

What is Everything AI Coding?

Everything AI Coding is a Model Context Protocol (MCP) server that 聚合精选编程 ai 扩展资源:mcp servers、skills、rules、prompts,周更索引 + 一键安装。 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Everything AI Coding?

Follow the installation instructions on the Everything AI Coding GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Everything AI Coding?

Everything AI Coding works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Everything AI Coding free to use?

Yes, Everything AI Coding is open source and available under the MIT 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": { "everything-ai-coding": { "command": "npx", "args": ["-y", "everything-ai-coding"] } } }

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

Read the full setup guide →

Ready to use Everything AI Coding?

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