Skip to content

Commit 7914e97

Browse files
docs: add arXiv and Tailwind CSS MCP tools to README
- What: add arxiv-mcp-server and tailwindcss to MCP tools table - What: add ARXIV_STORAGE_PATH env var documentation - What: update all language versions (en, zh-TW, zh-CN, ja) - Why: document newly added MCP tools for users 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 03ab015 commit 7914e97

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Manages MCP servers for Claude, Codex, and Gemini CLI:
4646
| `context7` | Documentation Query |
4747
| `chrome-devtools` | Chrome DevTools |
4848
| `kubernetes` | K8s Management |
49+
| `tailwindcss` | Tailwind CSS (Utility-first CSS) |
50+
| `arxiv-mcp-server` | arXiv Academic Paper Search & Download |
4951
| `github` | GitHub Integration |
5052
| `cloudflare-*` | Cloudflare MCP Servers (Docs/Workers/Observability/etc.) |
5153

@@ -60,6 +62,7 @@ Available MCP options:
6062
- **Context7 MCP**: set `CONTEXT7_API_KEY` to enable the `context7` tool.
6163
- **GitHub MCP**: set `GITHUB_PERSONAL_ACCESS_TOKEN` (required) and `GITHUB_HOST` (optional, default `github.com`) to enable the `github` tool.
6264
- **Cloudflare MCP**: set `enable_cloudflare_mcp=true` to enable `cloudflare-*` tools (OAuth during install).
65+
- **arXiv MCP**: set `ARXIV_STORAGE_PATH` (optional, default `~/.arxiv-papers`) to configure paper storage location.
6366

6467
For Codex MCP installs, build-time values for `CONTEXT7_API_KEY`, `GITHUB_PERSONAL_ACCESS_TOKEN`, and `GITHUB_HOST` are written into `~/.codex/config.toml`, so runtime env vars aren't required.
6568
Cloudflare MCP installs use OAuth in interactive mode (stdio inherited) so URL prompts and auth codes work. On WSL, open the auth URL with `wslview` or run the CLI on Windows if the localhost callback cannot reach WSL.

docs/README_ja.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Claude、Codex、Gemini CLI 用の MCP サーバーを管理します:
4646
| `context7` | ドキュメント検索 |
4747
| `chrome-devtools` | Chrome 開発者ツール |
4848
| `kubernetes` | K8s 管理 |
49+
| `tailwindcss` | Tailwind CSS(CSS フレームワーク)|
50+
| `arxiv-mcp-server` | arXiv 学術論文検索・ダウンロード |
4951
| `github` | GitHub 統合 |
5052
| `cloudflare-*` | Cloudflare MCP(Docs/Workers/Observability など) |
5153

@@ -54,6 +56,7 @@ Claude、Codex、Gemini CLI 用の MCP サーバーを管理します:
5456
- `GITHUB_HOST`
5557
- `CONTEXT7_API_KEY`
5658
- `enable_cloudflare_mcp``true` で Cloudflare MCP を有効化)
59+
- `ARXIV_STORAGE_PATH`(arXiv 論文の保存パス、デフォルトは `~/.arxiv-papers`
5760

5861
Codex の MCP インストールでは、`CONTEXT7_API_KEY``GITHUB_PERSONAL_ACCESS_TOKEN``GITHUB_HOST` のビルド時の値を `~/.codex/config.toml` に書き込むため、実行時の環境変数は不要です。
5962
Cloudflare MCP は OAuth の対話ログインを使用するため、CLI に表示される URL で認可を完了してください。WSL の場合は `wslview <URL>` を使用できます。

docs/README_zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
| `context7` | 文档查询 |
4747
| `chrome-devtools` | 浏览器开发工具 |
4848
| `kubernetes` | K8s 管理 |
49+
| `tailwindcss` | Tailwind CSS(CSS 框架)|
50+
| `arxiv-mcp-server` | arXiv 学术论文搜索与下载 |
4951
| `github` | GitHub 整合 |
5052
| `cloudflare-*` | Cloudflare MCP(Docs/Workers/Observability 等) |
5153

@@ -54,6 +56,7 @@
5456
- `GITHUB_HOST`
5557
- `CONTEXT7_API_KEY`
5658
- `enable_cloudflare_mcp`(设为 `true` 启用 Cloudflare MCP)
59+
- `ARXIV_STORAGE_PATH`(arXiv 论文存储路径,默认 `~/.arxiv-papers`
5760

5861
对于 Codex MCP 安装,`CONTEXT7_API_KEY``GITHUB_PERSONAL_ACCESS_TOKEN``GITHUB_HOST` 的编译期值会写入 `~/.codex/config.toml`,运行时不需环境变量。
5962
Cloudflare MCP 通过 OAuth 交互登录,安装时请根据 CLI 显示的 URL 完成授权;WSL 可用 `wslview <URL>` 打开。

docs/README_zh-TW.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
| `context7` | 文檔查詢 |
4747
| `chrome-devtools` | 瀏覽器開發工具 |
4848
| `kubernetes` | K8s 管理 |
49+
| `tailwindcss` | Tailwind CSS(CSS 框架)|
50+
| `arxiv-mcp-server` | arXiv 學術論文搜尋與下載 |
4951
| `github` | GitHub 整合 |
5052
| `cloudflare-*` | Cloudflare MCP(Docs/Workers/Observability 等) |
5153

@@ -54,6 +56,7 @@
5456
- `GITHUB_HOST`
5557
- `CONTEXT7_API_KEY`
5658
- `enable_cloudflare_mcp`(設為 `true` 啟用 Cloudflare MCP)
59+
- `ARXIV_STORAGE_PATH`(arXiv 論文儲存路徑,預設 `~/.arxiv-papers`
5760

5861
對 Codex MCP 安裝,`CONTEXT7_API_KEY``GITHUB_PERSONAL_ACCESS_TOKEN``GITHUB_HOST` 的編譯期值會寫入 `~/.codex/config.toml`,執行時不需環境變數。
5962
Cloudflare MCP 會透過 OAuth 互動登入,安裝時請依 CLI 顯示的 URL 完成授權;WSL 可用 `wslview <URL>` 開啟。

0 commit comments

Comments
 (0)