Content Interviewer MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Content Interviewer MCPInterview me about my morning routine and turn my insights into 3 Reel script ideas."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Content Interviewer MCP
Content Interviewer MCP is a local Python MCP server that discovers research topics, interviews you to uncover your unique perspective, and turns your insights into content such as short-form Reel scripts.
Project status
The MVP is complete and ready for local use with MCP-compatible clients such as Codex.
Related MCP server: mcp-usercall
Requirements
Python 3.11 or newer
SQLite with FTS5 support
Development setup
Create a virtual environment:
python3 -m venv .venvActivate it:
source .venv/bin/activateInstall the project and its development dependencies:
python -m pip install -e ".[dev]"Development checks
Run the tests:
python -m pytestRun linting:
python -m ruff check .Check that the source compiles:
python -m compileall -q srcArchitecture
The initial version uses:
the official Python MCP SDK
Pydantic for input validation
SQLite for local persistence
SQLite FTS5 for full-text search
pytest for automated testing
Ruff for linting
STDIO for communication with Codex
The project starts as a local, single-user application. SQLite keeps private data local without requiring a separate database server. FTS5 provides the initial search implementation; embeddings will only be considered after the MVP demonstrates a need for them.
Project structure
src/
content_interviewer/
server.py
config.py
db/
connection.py
migrations/
repositories/
services/
tools/
schemas/
utils/
resources/
tests/
fixtures/
docs/
data/Privacy
ChatGPT exports, SQLite databases, environment files, logs, and other private local data must not be committed to version control. The server must not log complete imported conversations or article bodies.
MVP boundaries
Version 0.1 does not include a web dashboard, multi-user accounts, remote deployment, embeddings, automatic social-media publishing, or live access to a ChatGPT account.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI clients with access to proven social media hooks, copywriting frameworks, KOL archetypes, and real-time trending content across platforms like Twitter, Instagram, LinkedIn, TikTok, YouTube, and Facebook to humanize and optimize marketing content.6
- AlicenseCqualityCmaintenanceRun real user interviews from AI agents and retrieve structured insights with themes and verbatim quotes.5155MIT
- AlicenseAqualityDmaintenanceAI tools for short-form video creators (TikTok, Instagram Reels, YouTube Shorts, Facebook Reels) — viral trend search, video analysis info, content strategy use cases.3331MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to research audience, competitors, and trends, generate Hinglish campaigns and comic story posts, and publish draft content to Facebook and Instagram.
Related MCP Connectors
Run user research from any AI tool. Create studies, recruit participants, query insights.
Finds timely sources across news, social, and the web and writes posts worth publishing.
AI-moderated research platform: create and launch studies and query interview results.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zuperRuslana/content-interviewer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server