MCP Server
Active
io.github.msanchezgrice/talkform MCP Server
io.github.msanchezgrice/talkform
What is the io.github.msanchezgrice/talkform MCP server?
Local Talkform schemas, bundled interview templates, and config validation for AI agents.
How to install io.github.msanchezgrice/talkform
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"talkform": {
"command": "npx",
"args": [
"-y",
"@talkform/mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"talkform": {
"command": "npx",
"args": [
"-y",
"@talkform/mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"talkform": {
"command": "npx",
"args": [
"-y",
"@talkform/mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"talkform": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@talkform/mcp"
]
}
}
}Claude Code
claude mcp add talkform -- npx -y @talkform/mcpRelated MCP servers
Scan any public site for AI-agent visibility; get scored findings, a machine-readable fix pack, and
View repository →