Jotai MCP Server
@jotaijs
About Jotai MCP Server
Jotai MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jotai-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-env",
"--allow-net",
"npm:jotai-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jotai MCP Server?
Jotai MCP Server is a Model Context Protocol server that provides access to the official readme of the Jotai repository and a collection of Jotai tips. It requires Deno and a GitHub personal access token.
How to use Jotai MCP Server?
Configure the server in your MCP client with the command deno run --allow-env --allow-net npm:jotai-mcp-server and set the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.
Key features of Jotai MCP Server
- Exposes the official Jotai
readme.mdas a resource - Offers a sponsor-only collection of Jotai tips
- Runs on Deno with minimal permissions
- Uses GitHub token for authentication
- Simple configuration via MCP settings
Use cases of Jotai MCP Server
- Testing MCP resource retrieval using the public readme
- Gaining access to exclusive Jotai tips for sponsors
- Integrating Jotai documentation into an MCP‑enabled tool
FAQ from Jotai MCP Server
What resources does Jotai MCP Server provide?
It provides two resources: the official readme.md from the Jotai repository, and a tips collection available only to dai‑shi’s sponsors.
Do I need a GitHub token to use it?
Yes, a GITHUB_PERSONAL_ACCESS_TOKEN is required in the environment configuration.
Is the tips resource available to everyone?
No, the tips resource is only available to dai‑shi’s sponsors.
What runtime is required?
Deno must be installed.
How is the server started?
It is started via deno run --allow-env --allow-net npm:jotai-mcp-server.
Frequently asked questions
What resources does Jotai MCP Server provide?
It provides two resources: the official `readme.md` from the Jotai repository, and a `tips` collection available only to dai‑shi’s sponsors.
Do I need a GitHub token to use it?
Yes, a `GITHUB_PERSONAL_ACCESS_TOKEN` is required in the environment configuration.
Is the tips resource available to everyone?
No, the `tips` resource is only available to [dai‑shi’s sponsors](https://github.com/sponsors/dai-shi).
What runtime is required?
Deno must be installed.
How is the server started?
It is started via `deno run --allow-env --allow-net npm:jotai-mcp-server`.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments