Loading languages...
IF

ifly-spark-agent-mcp

@iflytek2

This is a simple example of using MCP Server to invoke the task chain of the iFlytek SparkAgent Platform.

iflytek
spark-agent
mcp-server
stdio
sse

# mcpServer 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"
      }
    }
  }
}

# stdio

uv run ifly-spark-agent-mcp
Transport:
stdio
sse
Sprache:
Python
Erstellt:4/14/2025
Aktualisiert:6/25/2025