Everything AI Coding
聚合精选编程 AI 扩展资源:MCP Servers、Skills、Rules、Prompts,周更索引 + 一键安装。
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
Maintainer
Works with
Installation
Manual Installation
npx everything-ai-codingConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 | iexAdd 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"]
}
}
}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:browseSearch 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 mcpGet project-aware recommendations
The recommend command analyzes your current project context and suggests the highest-scoring relevant resources based on your tech stack.
/eac:recommendInstall 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-context7Everything 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.
Everything AI Coding Alternatives — Similar Developer Tools Servers
Looking for alternatives to Everything AI Coding? 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 Everything AI Coding 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 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.