Aegntic MCP Servers
This repository contains a collection of Model Context Protocol (MCP) servers for various tasks and integrations. Each server resides in its own subdirectory and can be used independently.
Available MCP Servers
| Server | Description | Installation |
|---|---|---|
| Claude Export MCP | Export Claude Desktop projects, conversations, and artifacts to Markdown format | npx @aegntic/claude-export-mcp |
| Firebase Studio MCP | Complete access to Firebase and Google Cloud services | npx @aegntic/firebase-studio-mcp |
| n8n MCP | Limitless n8n workflow automation with no restrictions | npx @aegntic/n8n-mcp |
| Docker MCP | Comprehensive Docker container and image management with Docker Hub integration | npx @aegntic/docker-mcp |
What is MCP?
The Model Context Protocol (MCP) is a standard for extending the capabilities of AI assistants like Claude by giving them access to external tools and services. These servers implement the MCP standard to provide specialized functionality that can be used directly from within Claude conversations.
Using These Servers
Each server in this repository can be installed and run independently. See the README in each server’s directory for specific installation and usage instructions.
Generally, to use an MCP server:
- Install and run the server using
npxornpm - In Claude, add the server by adding the server URL (typically a localhost address)
- Use the tools provided by the server directly in your Claude conversation
Contributing
Contributions are welcome! If you’d like to add a new MCP server or improve an existing one, please submit a pull request.
When contributing a new server, please follow the established directory structure pattern:
servers/your-server-name/
├── README.md # Documentation for your server
├── package.json # npm package configuration
├── index.js # Entry point
└── src/ # Source code
├── index.js # Main implementation
└── ... # Additional modules
License
MIT
Aegntic MCP Servers
Project Details
- aegntic/aegntic-MCP
- Last Updated: 4/16/2025
Recomended MCP Servers
Apollo MCP Server
Official Pushinator MCP server
A Model Context Protocol (MCP) server that enables AI assistants to generate images, text, and audio through the...
🚀 Base64编码解码MCP服务器:支持文本📝和图片🖼️转换,提供工具🛠️、资源和提示模板,完美集成到AI工作流程🤖
一个支持生成精美mermaid 流程图的 MCP 服务器
Metoro MCP Server
Servidor NPM MCP - Projeto TypeScript
A Model Context Protocol Server facade to simplify the implementation of agents





