everything vs vibe-marketing
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | vibe-marketing by synthetic-ci | |
|---|---|---|
| Stars | ★ 85,748 | ★ 6 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | AI / LLM ToolsProductivityOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
vibe-marketing · Summary
Marketing-focused MCP server providing hooks, copywriting frameworks, and content optimization tools for social media.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
vibe-marketing · Use cases
- Create engaging social media hooks for different platforms
- Apply proven copywriting frameworks to marketing content
- Validate and optimize content for specific social media platforms
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingvibe-marketing · Install
Installation
You can install this server from smithery.ai by visiting the Vibe Marketing [server page](https://smithery.ai/server/@synthetic-ci/vibe-marketing) and following the Connect instructions for your client.
Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vibe-marketing": {
"command": "npx",
"args": ["@synthetic-ci/vibe-marketing"]
}
}
}