Bika MCP Server

v1.0.0Developer Toolsstable

Fetches all workspaces that the currently authenticated user has permission to access.

developer-tools
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Fetches all workspaces that the currently authenticated user has permission to access.

Features

  • list_spaces
  • list_nodes
  • get_records
  • get_fields_schema
  • create_record

Use Cases

Fetches all workspaces that the currently authenticated user has permission to access.
Retrieves all nodes contained within the specified workspace. Nodes in Bika can be of several types: databases (also known as sheets, datasheets, or spreadsheets), automations, documents, and folders.
Read the records from a specified database with support for pagination, field filtering, and sorting options.
Returns the JSON schema of all fields within the specified database, This schema will be sent to LLM to help the AI understand the expected structure of the data.
Create a new record in the database. Extract key information from user-provided text based on a predefined Fields JSON Schema and create a new record in the database as a JSON object.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y bika-mcp-server

Manual Installation

npx -y bika-mcp-server

Examples

Basic Configuration

Configure Bika MCP Server

npx -y bika-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Developer Tools MCP Servers

Explore other servers in the Developer Tools category.

Quick Config Preview

{ "mcpServers": { "bika": { "command": "npx", "args": ["-y", "bika-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Bika MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides