by nic01asFr · MCP Server · ★ 43
Grist MCP Server Un serveur MCP (Model Context Protocol) pour interagir avec l'API Grist. Ce serveur permet d'accéder et de manipuler les données Grist directement depuis des modèles de langage comme Claude. Structure du projet mcp-server-grist/ ├── src/ │ └── mcpservergrist/ # Package principal │ ├── init.py # Point d'entrée du package │ ├── main.py # Support pour exécution en module │ ├── version.py # Gestion de version │ ├── main.py # Point d'entrée principal │ ├── server.py # Configuration du serveur MCP │ ├── client.py # Client API Grist │ ├── tools/ # Outils MCP organisés par catégorie...
| Stars | 43 |
| Forks | 13 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 67.6229342703807/100 |
| Open Issues | 2 |
| Last Updated | 2026-05-09 |
| Created | 2025-03-21 |
| Platforms | mcp, python |
| Est. Tokens | ~25k |
These tools work well together with mcp-server-grist for enhanced workflows:
Explore other popular mcp server tools:
mcp-server-grist is MCP server implementation for Grist API integration. It is categorized as a MCP Server with 43 GitHub stars.
mcp-server-grist is primarily written in Python.
You can find installation instructions and usage details in the mcp-server-grist GitHub repository at github.com/nic01asFr/mcp-server-grist. The project has 43 stars and 13 forks, indicating an active community.
mcp-server-grist is released under the MIT license, making it free to use and modify according to the license terms.