notion-weaver
Verified Safeby consigcody94
Overview
Automate Notion workspace tasks and integrate them into AI workflows using the Model Context Protocol.
Installation
npx notion-weaverEnvironment Variables
- NOTION_API_KEY
Security Notes
The server retrieves the Notion API key from environment variables (NOTION_API_KEY) and explicitly checks for its presence. Input validation for tool arguments relies on JSON schemas defined for each tool, which are processed by the @modelcontextprotocol/sdk. The code uses `args as unknown as Type`, implicitly trusting the SDK's validation. No 'eval', code obfuscation, or hardcoded secrets were found. Comprehensive error handling for API calls is implemented.
Similar Servers
biomedmcp
A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
Mastervolt-Deep-Research
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.