Automatic MCP Server & OpenAI Tools Bridge for [apcore](https://github.com/aipartnerup/apcore).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apcore-mcp-typescrip": {
"command": "npx",
"args": [
"-y",
"aipartnerup/apcore-mcp-typescript"
]
}
}
}
Run in terminal:
claude mcp add apcore-mcp-typescrip npx -y aipartnerup/apcore-mcp-typescript
Add to .cursor/mcp.json:
{
"mcpServers": {
"apcore-mcp-typescrip": {
"command": "npx",
"args": [
"-y",
"aipartnerup/apcore-mcp-typescript"
]
}
}
}