Jcr MCP Server

基于ShowJCR仓库数据的Model Context Protocol (MCP) 服务器,为大语言模型提供最新的期刊分区表查询功能。

Local serverstdioPython

What is the Jcr MCP MCP server?

Jcr MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 基于ShowJCR仓库数据的Model Context Protocol (MCP) 服务器,为大语言模型提供最新的期刊分区表查询功能。.

What the assistant can call

Once Jcr MCP is connected, these are the calls the assistant has available:

  • search_journal — 搜索期刊信息,包括影响因子、分区、预警状态等
  • get_partition_trends — 获取期刊分区变化趋势分析
  • check_warning_journals — 查询国际期刊预警名单
  • compare_journals — 对比多个期刊的综合信息

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Jcr MCP's toolset — search_journal, get_partition_trends, check_warning_journals and 1 more — is a fair guide to whether it matches your workflow. It is maintained by yosh3289; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the jcr mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
search_journal搜索期刊信息,包括影响因子、分区、预警状态等
get_partition_trends获取期刊分区变化趋势分析
check_warning_journals查询国际期刊预警名单
compare_journals对比多个期刊的综合信息

How to install the Jcr MCP MCP server

{
  "mcpServers": {
    "jcr-partition": {
      "command": "/path/to/python",
      "args": ["/path/to/jcr_mcp_server.py"],
      "cwd": "/path/to/project"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Jcr MCP to search journal.
  • Use Jcr MCP to get partition trends.
  • Use Jcr MCP to check warning journals.

Frequently asked questions

It connects Jcr MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (search_journal, get_partition_trends, check_warning_journals, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jcr MCP directly.