SUBMIT_TO_MCP_SERVERS.md•4.74 kB
# ✅ AiDD Added to MCP Servers Repository
I've prepared your submission to the official MCP servers list! Here's what was done and what you need to do:
## What I Did:
1. ✅ Cloned the MCP servers repository
2. ✅ Added AiDD entry in correct alphabetical position (between Agentset and Aiven)
3. ✅ Committed the changes with appropriate message
## Your Entry:
```markdown
- **[AiDD](https://github.com/aidd-app/mcp-server)** - Apple Notes integration with AI-powered task processing and multi-service sync for ADHD optimization. npm: `@aidd-app/mcp`
```
## Next Steps (Manual):
### 1. Fork the Repository
Go to: https://github.com/modelcontextprotocol/servers
Click "Fork" button in the top right
### 2. Apply the Changes
After forking, you can either:
**Option A: Use GitHub Web Editor**
1. Go to your fork: `https://github.com/YOUR_USERNAME/servers`
2. Navigate to `README.md`
3. Click Edit (pencil icon)
4. Find line 65 (after "Agentset")
5. Add this line:
```markdown
- **[AiDD](https://github.com/aidd-app/mcp-server)** - Apple Notes integration with AI-powered task processing and multi-service sync for ADHD optimization. npm: `@aidd-app/mcp`
```
6. Commit with message: "Add AiDD MCP - Apple Notes integration with AI-powered task processing"
**Option B: Use Git CLI**
```bash
# Clone your fork
git clone https://github.com/YOUR_USERNAME/servers
cd servers
# Copy the changes I prepared
cp /tmp/mcp-servers/README.md README.md
# Or manually add the line after line 65 (Agentset)
# Commit and push
git add README.md
git commit -m "Add AiDD MCP - Apple Notes integration with AI-powered task processing"
git push origin main
```
### 3. Create Pull Request
1. Go to your fork: `https://github.com/YOUR_USERNAME/servers`
2. Click "Contribute" → "Open pull request"
3. Use this template:
**Title:**
```
Add AiDD MCP - Apple Notes integration with AI task processing
```
**Description:**
```markdown
## Description
Adding AiDD to the Third-Party Servers list. AiDD provides seamless Apple Notes integration for Claude Desktop with AI-powered task processing and multi-service synchronization.
## Details
- **npm package**: `@aidd-app/mcp`
- **Repository**: https://github.com/aidd-app/mcp-server
- **Platform**: macOS (AppleScript dependency for Apple Notes)
- **License**: MIT
## Key Features
- 🍎 Full Apple Notes integration (CRUD operations)
- 🔐 Browser-based OAuth authentication
- 🤖 AI-powered action item extraction
- 📱 Multi-service sync (Google Tasks, Microsoft To Do, Trello, Todoist, Notion, TickTick, Evernote)
- 🧠 ADHD-optimized task processing
## Testing
The MCP server is published and available on npm. Users can install via:
```bash
npx @aidd-app/mcp
```
## Checklist
- [x] Added entry in alphabetical order
- [x] Followed existing format
- [x] Package published to npm
- [x] Repository publicly accessible
- [x] Description is concise and informative
```
### 4. Monitor PR
- Watch for feedback from maintainers
- Address any requested changes promptly
- Once merged, AiDD will be officially listed!
## Alternative: Quick Copy-Paste
If you want to quickly get the exact change, here's the git diff:
```diff
@@ -63,6 +63,7 @@
- <img height="12" width="12" src="https://www.agentql.com/favicon/favicon.png" alt="AgentQL Logo" /> **[AgentQL](https://github.com/tinyfish-io/agentql-mcp)** - Enable AI agents to get structured data from unstructured web with [AgentQL](https://www.agentql.com/).
- <img height="12" width="12" src="https://agentrpc.com/favicon.ico" alt="AgentRPC Logo" /> **[AgentRPC](https://github.com/agentrpc/agentrpc)** - Connect to any function, any language, across network boundaries using [AgentRPC](https://www.agentrpc.com/).
- **[Agentset](https://github.com/agentset-ai/mcp-server)** - RAG for your knowledge base connected to [Agentset](https://agentset.ai).
+- **[AiDD](https://github.com/aidd-app/mcp-server)** - Apple Notes integration with AI-powered task processing and multi-service sync for ADHD optimization. npm: `@aidd-app/mcp`
- <img height="12" width="12" src="https://aiven.io/favicon.ico" alt="Aiven Logo" /> **[Aiven](https://github.com/Aiven-Open/mcp-aiven)** - Navigate your [Aiven projects](https://go.aiven.io/mcp-server) and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
```
## Repository Note
Before submitting, make sure https://github.com/aidd-app/mcp-server exists (currently pointing to this repo). You may want to:
1. Create the repository at that URL
2. Or update the link to point to your actual repository
## Success! 🎉
Once your PR is merged, AiDD will be officially listed in the MCP servers repository, giving it more visibility and credibility in the MCP ecosystem!