Confidential guide on numerology and astrology, based of GG33 Public information

notion-export-mcp-server
Un serveur MCP qui accède à l'API non officielle des pages d'exportation.
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
notion-export-mcp-server
A MCP(Model Context Protocol) server that accesses to Notion unofficial API to export pages.
This server provides MCP-compatible access to Notion's unofficial API, allowing AI assistants to interact with your Notion exported page data through a standardized interface.
Features
Available tools:
-
notion_export_get_result
- Get notion export result markdown text
Quick Start
Installation
Manual Installation
npm install notion-export-mcp-server
Configuration
-
NOTION_TOKEN_V2
: Your Notion token -
NOTION_FILE_TOKEN
: Your Notion file token
Usage
Start the MCP server
Directly:
npx notion-export-mcp-server
Or, run the installed module with node.
Edit MCP configuration json for your client:
...
"notion-export": {
"command": "npx",
"args": [
"-y",
"notion-export-mcp-server"
],
"env": {
"NOTION_TOKEN_V2": "<your token>",
"NOTION_FILE_TOKEN": "<your token>"
}
},
...
Secrets?
How to get
To export anything from Notion, one needs to authenticate oneself with some Cookies (like a browser would). These cookies are called token_v2
and file_token
. They are set on all requests of a logged in user when using the Notion web-app.
- Go to notion.so.
- Log in with your account.
- Open the developer tools of your browser, open Application > Storage > Cookies (Chrome); Storage tab (Firefox).
- Copy the value of the Cookies called
token_v2
andfile_token
and paste them somewhere safe.- ⚠️ If you don't find file_token, you need to have at least had exported a file manually once.
- Those cookies have a 1 year validity, so you don't need to do this often.
Note on Stability
This tool completely relies on the export/download feature of the official but internal Notion.so API. The advantage is, that we do not generate any markup ourselves, just download and extract some ZIPs. While the download feature seems to be pretty stable, keep in mind that it still is an internal API, so it may break anytime.
Development
Available Scripts
-
npm run dev
- Start the server in development mode with hot reloading -
npm run build
- Build the project for production -
npm run start
- Start the production server -
npm run lint
- Run linting checks (ESLint and Prettier) -
npm run fix
- Automatically fix linting issues -
npm run examples
- Run the example scripts
Contributing
- Fork the repository
- Create your feature branch
- Run tests and linting:
npm run lint
- Commit your changes
- Push to the branch
- Create a Pull Request
相关推荐
Advanced software engineer GPT that excels through nailing the basics.
I find academic articles and books for research and literature reviews.
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Delivers concise Python code and interprets non-English comments
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
🔥 1Panel fournit une interface Web intuitive et un serveur MCP pour gérer des sites Web, des fichiers, des conteneurs, des bases de données et des LLM sur un serveur Linux.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Serveurs AWS MCP - Serveurs MCP spécialisés qui apportent les meilleures pratiques AWS directement à votre flux de travail de développement
Reviews

user_gvSTPxjI
The notion-export-mcp-server by syucream is an excellent tool for exporting Notion data seamlessly. This server-based application is efficient and user-friendly, making it easy to handle large volumes of data. Highly recommend it for anyone looking to automate their Notion exports! Check it out on GitHub: https://github.com/syucream/notion-export-mcp-server