Okppt

Created By
NeekChawa year ago
此项目是让大型语言模型(如Claude、GPT等)能够自主设计PowerPoint演示文稿的"曲线救国"解决方案。通过让AI生成SVG图像,再借助本工具将其全屏插入PPT幻灯片,我们成功实现了AI完全控制PPT设计的能力,而无需直接操作复杂的PPT对象模型。
Overview

what is Okppt?

Okppt is a server tool based on the Model Context Protocol (MCP) designed to insert SVG images into PowerPoint presentations while preserving their vector characteristics, ensuring high quality and scalability in PowerPoint displays.

how to use Okppt?

To use Okppt, install it via pip, configure it in the Claude Desktop application, and then utilize the provided tools to insert SVG images into your PowerPoint slides.

key features of Okppt?

  • Vector Image Preservation: Inserts SVG as real vector graphics into PPTX, ensuring high quality and scalability.
  • Batch Processing: Supports processing multiple SVG files and slides in one operation.
  • New Presentation Creation: Directly creates complete presentations from SVG files.
  • Slide Copying and Replacement: Smartly copies SVG slides and replaces existing content.
  • SVG Code Handling: Supports creating files directly from SVG code.
  • Format Conversion Support: Built-in functionality to convert SVG to PNG.

use cases of Okppt?

  1. Inserting complex vector graphics into presentations.
  2. Creating educational materials with high-quality visuals.
  3. Automating the design of PowerPoint presentations using AI-generated SVGs.

FAQ from Okppt?

  • Can Okppt handle all SVG files?

Yes! Okppt is designed to work with a wide range of SVG files.

  • Is Okppt free to use?

Yes! Okppt is open-source and free for everyone.

  • How does Okppt ensure the quality of SVG images?

Okppt maintains the vector quality by inserting SVGs directly into PowerPoint, avoiding rasterization.

Server Config

{
  "mcpServers": {
    "okppt": {
      "command": "uvx",
      "args": [
        "mcp-server-okppt"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
NeekChaw
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

3 hours ago
Gpt Scrambler

2 days ago