Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/plugrail/servers
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "s": {
      "command": "node",
      "args": ["/path/to/servers/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/plugrail/servers and follow its README for install instructions.
Use cases

MCP Servers overview

# plugrail

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![MCP](https://img.shields.io/badge/MCP-server-blue.svg)](https://modelcontextprotocol.io/)

A collection of MCP servers that connect to Japanese public data. The name alone does not describe the project, so plugrail is not related to railways or railway services.

## Live servers

| Server | MCP endpoint | Tools | Status |
| --- | --- | --- | --- |
| jp-calendar | `https://jp-calendar.plugrail.dev/mcp` | `is_holiday`, `list_holidays`, `business_days_between`, `add_business_days` | Live |

## Connect

See [the jp-calendar connection guide](docs/servers/jp-calendar/CONNECT.md).

## Self-hosting

1. In `packages/servers/jp-calendar/`, copy `wrangler.example.jsonc` to `wrangler.jsonc` and fill in your Cloudflare resource IDs.
2. Create the D1 database and KV namespace referenced by that configuration.
3. Run `pnpm --filter @plugrail/jp-calendar deploy`.

The self-hosted server runs independently. Authentication, rate limiting, and usage metering are features of the hosted service only.

## Architecture

```text
MCP client
    |
    v
jp-calendar Worker --> Cloudflare D1 (holiday data)
                   --> Cloudflare KV (cached data)
```

## Sources and disclaimer

This is not an official service of the National Tax Agency, the Digital Agency, or any other Japanese government body. Information provided does not represent their official views and is not guaranteed by them.

Source: Adapted from the Cabinet Office "National Holidays" page (https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html)

## Contributing

Issues and pull requests are welcome. Please include enough context to reproduce a problem or explain a proposed change.

## License

MIT. See [LICENSE](LICENSE).

What people ask about servers

What is plugrail/servers?

+

plugrail/servers is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install servers?

+

You can install servers by cloning the repository (https://github.com/plugrail/servers) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is plugrail/servers safe to use?

+

Our security agent has analyzed plugrail/servers and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains plugrail/servers?

+

plugrail/servers is maintained by plugrail. The last recorded GitHub activity is dated 2026-09-24, with 0 open issues.

Are there alternatives to servers?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy servers to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: plugrail/servers
[![Featured on ClaudeWave](https://claudewave.com/api/badge/plugrail-servers)](https://claudewave.com/repo/plugrail-servers)
<a href="https://claudewave.com/repo/plugrail-servers"><img src="https://claudewave.com/api/badge/plugrail-servers" alt="Featured on ClaudeWave: plugrail/servers" width="320" height="64" /></a>

More MCP Servers

servers alternatives