A collection of Model Context Protocol (MCP) servers developed by Arvore for seamless integration with AI assistants like Claude.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arvore-mcp-servers": {
"command": "npx",
"args": [
"-y",
"arvoreeducacao/arvore-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add arvore-mcp-servers npx -y arvoreeducacao/arvore-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"arvore-mcp-servers": {
"command": "npx",
"args": [
"-y",
"arvoreeducacao/arvore-mcp-servers"
]
}
}
}