Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ› ļø Other Tools and Integrations
  3. MCP Simple Openai Assistant
MCP Simple Openai Assistant logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:46:47 PM

MCP Simple Openai Assistant

User RatingsBe the first to rate and review this MCP server!
View Repository39 GitHub StarsTotal stargazers on GitHub for the source repository (39 stars).Visit Website
openaiassistantsmcpdeveloper-tools

Manage OpenAI assistants and persistent conversation threads through MCP, with streamed responses and local SQLite thread metadata.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "andybrandt-mcp-simple-openai-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (8) Directory Badge Claim listing AlternativesšŸ› ļø More in Other Tools and Integrations

Overview

The andybrandt/mcp-simple-openai-assistant MCP server lets MCP clients create, inspect, update, and use OpenAI assistants. It stores managed thread IDs and metadata in a local SQLite database, while assistant replies stream back through the primary conversation tool. Reach for it when an MCP client such as Claude Desktop needs to work with OpenAI assistants and GPT models using your own OpenAI API key.

Use cases

•Create OpenAI assistants from an MCP client
•Maintain named conversation threads across sessions
•Stream assistant responses to Claude Desktop
•Update assistant instructions or models

Key features

•OpenAI assistant creation and management
•Persistent local thread metadata in SQLite
•Named and reusable assistant threads
•Streaming responses from assistant conversations
•Thread deletion from OpenAI and local storage

Capabilities & Tool Schemas (8) ~35 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Simple Openai Assistant.

create_assistant

Callable MCP tool function

list_assistants

Callable MCP tool function

retrieve_assistant

Callable MCP tool function

update_assistant

Callable MCP tool function

create_new_assistant_thread

Callable MCP tool function

list_threads

Callable MCP tool function

How MCP Simple Openai Assistant works

What andybrandt/mcp-simple-openai-assistant MCP server does

The andybrandt/mcp-simple-openai-assistant MCP server exposes OpenAI assistant management and conversation features through the Model Context Protocol. An MCP client can create an assistant with a name, instructions, and model; list assistants associated with the configured API key; retrieve assistant details; and update an assistant's name, instructions, or model.

Conversation work is organized around persistent assistant threads. The server creates named threads with descriptions, records their OpenAI IDs and metadata locally, and lets clients list or delete those managed threads. Messages can then be sent to a selected assistant inside a thread.

How it works

The usual workflow is to create a managed thread with create_new_assistant_thread, use list_threads to find an existing thread, and call ask_assistant_in_thread to continue the conversation. The response tool streams assistant output as it arrives rather than waiting for the complete response. The README describes this as a way to provide progress updates and reduce timeout problems when OpenAI assistants take longer to respond.

OpenAI does not provide thread listing through its API, so the andybrandt/mcp-simple-openai-assistant MCP server maintains a local SQLite database for thread IDs, names, descriptions, and last-used information. Deleting a managed thread removes it from both OpenAI's servers and that local database.

Setup and configuration

Install the published Python package with:

Terminal
pip install mcp-simple-openai-assistant

The server requires the OPENAI_API_KEY environment variable. For Claude Desktop, the README shows launching the module with Python:

config.json
{
  "mcpServers": {
    "openai-assistant": {
      "command": "python",
      "args": ["-m", "mcp_simple_openai_assistant"],
      "env": {
        "OPENAI_API_KEY": "your-api-key-here"
      }
    }
  }
}

On Windows, the Python executable may need an explicit path. The README also notes that some Windows installations may require PYTHONPATH to point to the relevant site-packages location. An alternative installation path is the Smithery CLI, but the package's own manual installation uses Python's package installer.

Tools and capabilities

The available MCP tools are:

  • create_assistant: creates an OpenAI assistant from a name, instruction set, and model.
  • list_assistants: lists assistants available to the configured API key.
  • retrieve_assistant: returns details for a specified assistant.
  • update_assistant: changes an assistant's name, instructions, or model.
  • create_new_assistant_thread: creates a named, persistent conversation thread.
  • list_threads: lists locally managed threads and their metadata.
  • delete_thread: deletes a thread remotely and locally.
  • ask_assistant_in_thread: sends a message and streams the assistant's response.

Limitations and notes

The server requires access to an OpenAI API key, so usage depends on the OpenAI account and API configuration behind that key. The current README lists model discovery, assistant fine-tuning parameters such as temperature and top_p, reading old thread history without sending a message, and file uploads as unfinished or planned work. Those capabilities should not be assumed to be available through the current tools.

The documented client setup specifically covers Claude Desktop. The server can also be used by other MCP clients in principle, but the supplied material does not provide client-specific configuration for them.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    šŸ› ļø Other Tools and Integrations4 views
    Compare vs Git →
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    šŸ› ļø Other Tools and Integrations3 views
    Compare vs Time →
  • MCP Openai logoMCP Openai

    Chat with OpenAI models from Claude Desktop

    šŸ› ļø Other Tools and Integrations5 views
    Compare vs MCP Openai →
  • MCP Chatgpt Responses logoMCP Chatgpt Responses

    MCP server for Claude to talk to ChatGPT and use its web search capability.

    šŸ› ļø Other Tools and Integrations3 views
    Compare vs MCP Chatgpt Responses →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
39
Stargazers on the source repository.
Last commit
12mo ago
Most recent push to the default branch.
Tools exposed
8
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Simple Openai Assistant

Install the published package with `pip install mcp-simple-openai-assistant`, then configure the server to run with `python -m mcp_simple_openai_assistant`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Simple Openai Assistant AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/andybrandt-mcp-simple-openai-assistant?style=directory)](https://allmcps.com/mcp/andybrandt-mcp-simple-openai-assistant)
HTML Embed
<a href="https://allmcps.com/mcp/andybrandt-mcp-simple-openai-assistant"><img src="https://allmcps.com/api/badge/andybrandt-mcp-simple-openai-assistant?style=directory" alt="MCP Simple Openai Assistant on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ› ļøOther Tools and Integrations
PricingBring your own API key (usage-based cost)
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars39
GitHub Star CountTotal stargazers on GitHub representing community popularity (39 stars).
Last commit12mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 12, 2025
52Quality signal: Good Ā· 52/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· @smithery/cli (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ› ļø Other Tools and Integrations →Alternatives to MCP Simple Openai Assistant →Install in Claude DesktopInstall in CursorInstall in VS Code