LogoSTMCP
Download
ifly-spark-agent-mcp

ifly-spark-agent-mcp

A Model Context Protocol (MCP) server implementation for invoking task chains on the iFlytek SparkAgent Platform, providing file upload capabilities and integration with MCP clients like Claude.

Tools

1. upload_file

Upload a file to the iFlytek SparkAgent Platform.

Open Graph image for ifly-spark-agent-mcp

JSON Config

{
  "mcpServers": {
    "ifly-spark-agent-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/ifly-spark-agent-mcp",
        "run",
        "ifly-spark-agent-mcp"
      ],
      "env": {
        "IFLY_SPARK_AGENT_BASE_URL": "xxxx",
        "IFLY_SPARK_AGENT_APP_ID": "xxxx",
        "IFLY_SPARK_AGENT_APP_SECRET": "xxxx"
      }
    }
  }
}

Useful Links

Information

Categories