Skip to main content
Glama
yasuoskywalker233

SRA Simple MCP Server

SRA Simple MCP Server

通过模型上下文协议(MCP)控制星穹铁道助手(StarRailAssistant, SRA)的 MCP 服务器。

功能特性

  • 列出SRA可用任务配置

  • 运行 SRA 任务

Related MCP server: agent-bridge-mcp

安装并检查环境变量

pip install .

检查Python的脚本目录是否存在于环境变量中

{Python安装目录}\Scripts

配置

在 sra_simple_mcp 目录下的 config.json中配置StarRailAssistant的路径

{
  "sra_path": "D:\\Software\\StarRailAssistant" // StarRailAssistant的安装路径
}

MCP 客户端配置

在 Claude Code 的settings.json中添加:

{
  "mcpServers": {
    "SRA_MCP": {
      "command": "sra-mcp" // 如果没有配置Python脚本目录的环境变量,要使用完整路径 {Python安装目录}\Scripts\sra-mcp
    }
  }
}

可用工具

MCP修改配置项目前操作起来及其不便,目前仅支持列出任务配置、任务执行功能

任务配置工具

工具

描述

list_all_config

列出所有任务配置

任务执行工具

工具

描述

run_sra_task

运行任务(支持超时设置)

环境要求

  • 仅支持 Windows - SRA 本身仅支持 Windows

  • 需要 .NET 10.0 - 用于运行 SRA GUI

  • 同步执行 - 任务执行会阻塞,超时时间可配置(默认 60 分钟)

许可证

MIT License

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yasuoskywalker233/SRA_SimpleMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server