★ 4 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
A unified Model Context Protocol (MCP) server that aggregates, indexes, and dynamically serves over 200+ specialized Agent Skills, Prompts, and Coding Workflows to AI assistants.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"evokore-mcp": {
"command": "npx",
"args": [
"-y",
"mattmre/EVOKORE-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add evokore-mcp npx -y mattmre/EVOKORE-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"evokore-mcp": {
"command": "npx",
"args": [
"-y",
"mattmre/EVOKORE-MCP"
]
}
}
}
📋 Copy
Topics
agent-skills ai-agents claude cursor mcp mcp-server model-context-protocol prompts typescript workflow-automation