MCP.so
Sign In

Jotai MCP Server

@jotaijs

About Jotai MCP Server

Jotai MCP Server

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

jotaijs

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.md as 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.

Comments

More Other MCP servers