jotai
Jotai MCP Server
claude mcp add --transport stdio jotaijs-jotai-mcp-server deno run --allow-env --allow-net npm:jotai-mcp-server \ --env GITHUB_PERSONAL_ACCESS_TOKEN="your_github_token"
How to use
This MCP server is a Deno-based implementation for the Jotai MCP package. It runs the jotai-mcp-server using Deno with environment and network access enabled, sourcing the server bundle from the npm:jotai-mcp-server entry. The server exposes the MCP interface for interacting with Jotai-related functionality and provides access to accompanying resources such as a readme from the official repository and a tips collection (the latter being available to sponsors). To use it, ensure Deno is installed and start the server with the configuration that includes the jotai-mcp-server entry. Once running, clients can request the MCP endpoints defined by the jotai-mcp-server package and reference the included resources as needed.
How to install
Prerequisites:
- Install Deno (https://deno.com/).
Step-by-step:
- Install Deno on your system according to the official guide.
- Create the MCP config file (examples below) to define the jotai-mcp-server.
- Start the MCP server using your MCP orchestration tool, pointing to the config that includes the jotai-mcp-server entry.
Example: Create a config file named mcp_config.json with the contents shown in the mcp_config section of this document, then run your MCP orchestrator to load that configuration. If you run manually, the equivalent CLI invocation mirrors the args provided: deno run --allow-env --allow-net npm:jotai-mcp-server
Prerequisites recap:
- Deno installed and accessible in your PATH
- Access token (GITHUB_PERSONAL_ACCESS_TOKEN) if your setup requires authenticated access to GitHub resources
- Network access for deno to fetch dependencies
Additional notes
Tips:
- The environment variable GITHUB_PERSONAL_ACCESS_TOKEN is optional for public resources but may be required for private or rate-limited endpoints. Provide a token if you encounter authentication-related errors.
- The server is configured to run with Deno's --allow-env and --allow-net permissions; ensure these are acceptable for your deployment environment.
- If you upgrade jotai-mcp-server or related dependencies, verify that the npm entry npm:jotai-mcp-server remains valid and that the config’s command and arguments are compatible with the new version.
- The README references a readme resource from the official repository and a sponsor-only tips section; these are informational and may not always be available in all deployments.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.