script-kit-mcp

Invoke Script Kit tools and scripts via JSON-RPC 2.0 over HTTP.

28|6|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/johnlindquist/script-kit-next --skill script-kit-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script-kit-mcp
Source: https://github.com/johnlindquist/script-kit-next/tree/main/.opencode/skill/script-kit-mcp
Command: npx skills add https://github.com/johnlindquist/script-kit-next --skill script-kit-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless communication between AI agents and the Script Kit application, allowing agents to control Script Kit features and access its resources programmatically.

Core Features & Use Cases

  • JSON-RPC 2.0 Interface: Provides a standardized way for agents to interact with Script Kit.
  • Tool Execution: Allows agents to call built-in Script Kit tools (kit/*) and custom scripts (scripts/*).
  • Resource Access: Enables agents to query application state and available scripts/scriptlets.
  • SSE Streaming & Auditing: Supports real-time progress updates and logs all agent interactions for accountability.
  • Use Case: An AI assistant can use this Skill to trigger a Script Kit script that generates a report, then use another script to display the report in the Script Kit UI.

Quick Start

Use the script-kit-mcp skill to list all available tools.

Frequently Asked Questions about script-kit-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect an AI agent to Script Kit using JSON-RPC?

To connect an AI agent to Script Kit using JSON-RPC, you need a running MCP server and an agent token for authentication, allowing agents to invoke tools and access resources over HTTP.

What is the JSON-RPC 2.0 protocol used for in AI agent communication?

The JSON-RPC 2.0 protocol facilitates standardized AI agent interaction with the Script Kit application, enabling tool execution for built-in kit features and custom scripts, along with resource listing and reading.

Can an AI assistant trigger Script Kit scripts and read application state programmatically?

Yes, an AI assistant can trigger Script Kit scripts by invoking tool namespaces like `kit/*` and `scripts/*`, and read application state by querying available resources through the MCP server.

How does SSE streaming work with AI agent tool execution?

SSE streaming supports real-time progress updates during AI agent tool execution and logs all interactions for auditing, providing accountability and live feedback for long-running operations.

Do I need a specific token to authenticate AI agent requests to an MCP server?

Yes, authenticating AI agent requests to an MCP server requires an agent token, ensuring secure communication and authorized access to the Script Kit application resources and tools.