aryanjsx/aura-mcp
An MCP server connecting Notion to your filesystem. Write a task, get a real project — AURA interprets it with AI, scaffolds React, Node.js, or FastAPI boilerplate, and updates Notion with the result.
Platform-specific configuration:
{
"mcpServers": {
"aura-mcp": {
"command": "npx",
"args": [
"-y",
"aura-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Write it in Notion. AURA builds it.
[](https://nodejs.org/) [](https://developers.notion.com/) [](https://modelcontextprotocol.io/) [](LICENSE)
<br />
---
*An MCP server that reads tasks from Notion, interprets them with AI,* *scaffolds real projects on your machine, and reports results back — automatically.*
</div>
<br />
> Most AI tools give you text. AURA gives you real projects.
You write a task in Notion. AURA reads it, understands it, creates a full project with real code on your filesystem, and updates Notion with the results. No copy-pasting. No boilerplate. Just intent in, execution out.
<br />
📝 NOTION 🧠 AURA MCP 📁 FILESYSTEM
┌─────────────┐ ┌──────────────────┐ ┌──────────────┐
│ │ read │ │ write │ │
│ Task: │ ─────────► │ Interpret task │ ─────────► │ Real files │
│ "Build a │ │ Validate plan │ │ Real code │
│ React │ │ Scaffold project│ │ Real project│
│ app" │ │ │ | │
│ │ ◄───────── │ Write results │ │ │
│ ✅ Done │ update │ back to Notion │ │ │
└─────────────┘ └──────────────────┘ └──────────────┘<br />
**T
Loading reviews...