Agent skill
julien-mcp-notion-internal
Install Notion Internal API MCP. Use when user needs advanced Notion features via internal API.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/julien-mcp-notion-internal
SKILL.md
MCP Notion Internal API Installer
This skill installs the Notion Internal API MCP server into the current project.
Installation Procedure
When the user asks to install Notion Internal MCP:
- Check for existing
.mcp.jsonin the project root - Merge configuration - Add this server to
mcpServers:
{
"notion-internal": {
"command": "${ONEDRIVE_MCP_PATH}/mcp-notion-internal-api/.venv/Scripts/python.exe",
"args": ["${ONEDRIVE_MCP_PATH}/mcp-notion-internal-api/main_server.py"]
}
}
- If
.mcp.jsondoesn't exist, create it with the full structure:
{
"mcpServers": {
"notion-internal": {
"command": "${ONEDRIVE_MCP_PATH}/mcp-notion-internal-api/.venv/Scripts/python.exe",
"args": ["${ONEDRIVE_MCP_PATH}/mcp-notion-internal-api/main_server.py"]
}
}
}
Environment Variables Required
ONEDRIVE_MCP_PATH: Path to MCP servers folder
Usage After Installation
Restart Claude Code to activate the MCP server.
Skill Chaining
- Input: User request to install Notion Internal MCP
- Output: Configured
.mcp.jsonwith notion-internal server - Tools Used: Read, Edit, Write
- Chains With: Notion MCP, Notion Pro MCP
Troubleshooting
| Problem | Solution |
|---|---|
| Auth failed | Update Notion cookies in config |
| Path not found | Verify ONEDRIVE_MCP_PATH environment variable |
| venv not found | Create venv with python -m venv .venv |
| API changed | Check for updates to internal API wrapper |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?